mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
Tweak _test.o to use the putch() syscall.
It's still running in kernel space. Once I make it possible for ELFLoader to set up a ring 3 task, we'll really be cooking!
This commit is contained in:
parent
3a3c57357c
commit
e4afa2a041
7 changed files with 13 additions and 3 deletions
|
@ -10,6 +10,7 @@ namespace Syscall {
|
|||
enum Function {
|
||||
Sleep = 0x1982,
|
||||
Yield = 0x1983,
|
||||
PutCharacter = 1984,
|
||||
PosixOpen = 0x1985,
|
||||
PosixClose = 0x1986,
|
||||
PosixRead = 0x1987,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue