Luna/kernel/src/sys
2022-10-02 20:45:04 +02:00
..
elf ELFLoader: show permissions of loadable segment 2022-10-02 17:10:24 +02:00
mem.cpp Add mmap and munmap syscalls, and thus, add malloc and free to libc!! (yet again, thanks to the wonderful liballoc) 2022-10-02 20:45:04 +02:00
paint.cpp Rename gfx.cpp to paint.cpp 2022-10-01 13:09:43 +02:00
rand.cpp Proper userspace program 2022-09-29 20:06:18 +02:00
sched.cpp Add 2 new syscalls (sys_version, sys_gettid) 2022-10-01 17:30:31 +02:00
stdio.cpp Syscall: do not send user programs' output to the serial console 2022-10-01 15:53:55 +02:00
Syscall.cpp Add mmap and munmap syscalls, and thus, add malloc and free to libc!! (yet again, thanks to the wonderful liballoc) 2022-10-02 20:45:04 +02:00
version.cpp Rename SYS_version to SYS_getversion 2022-10-02 17:25:56 +02:00