-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
task/schedule: Launch elf tasks at CPL-3
In order to provide separation between loadable modules and between a module and the kernel, loadable modules should be executed at CPL-3 and use a syscall interface to interact with the SVSM kernel. This commit simply changes the creation of tasks from ELF files from using kernel tasks to user-mode tasks running at CPL-3. Signed-off-by: Roy Hopkins <rhopkins@suse.de>
- Loading branch information
1 parent
d1b3e5a
commit f38c886
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters