Skip to content

Commit

Permalink
doc/design: Add design doc for object
Browse files Browse the repository at this point in the history
The syscalls design philosophy is to provide a unified interface for the
user to access system resources, which are represented by object
handles. This makes objects a fundamental concept in the COCONUT-SVSM
kernel.

This document describes the object and object handle from both the user
mode's and the COCONUT-SVSM kernel's point of view.

Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com>
  • Loading branch information
cxdong committed Sep 18, 2024
1 parent 6d8a3e9 commit 8d139be
Showing 1 changed file with 453 additions and 0 deletions.
Loading

0 comments on commit 8d139be

Please sign in to comment.