Fix setup of usermode stack and added final system call to exit.
This commit is contained in:
@@ -12,7 +12,8 @@ namespace baos
|
||||
enum class Syscall : std::uint64_t
|
||||
{
|
||||
FILE_READ = 0,
|
||||
FILE_WRITE = 1
|
||||
FILE_WRITE = 1,
|
||||
EXIT = 0x3C
|
||||
};
|
||||
|
||||
void setupSyscall() noexcept;
|
||||
|
||||
Reference in New Issue
Block a user