Add sys_hello and testbin/hellotest
`sys_hello` is a new syscall that just prints some text in the terminal. `testbin/hellotest` is a userland binary that just calls `sys_hello`
This commit is contained in:
@@ -379,6 +379,7 @@ file vfs/devnull.c
|
||||
file syscall/loadelf.c
|
||||
file syscall/runprogram.c
|
||||
file syscall/time_syscalls.c
|
||||
file syscall/hello.c
|
||||
|
||||
#
|
||||
# Startup and initialization
|
||||
|
||||
Reference in New Issue
Block a user