Luna/kernel/src/sys
apio 586ca19b62
All checks were successful
continuous-integration/drone/push Build is passing
Add a VERY BASIC and hacky way of allocating memory from userspace
Only supports one-page allocations and doesn't have libc wrappers, which means it has to be invoked using syscall().
2023-01-11 23:02:42 +01:00
..
allocate_memory.cpp Add a VERY BASIC and hacky way of allocating memory from userspace 2023-01-11 23:02:42 +01:00
clock_gettime.cpp kernel, libc: Add clock_gettime() 2023-01-07 00:21:08 +01:00
console_write.cpp Implement printf() 2023-01-07 01:49:26 +01:00
exit.cpp Add a syscall infrastructure (our baby program can print to the console now!) 2023-01-05 22:39:56 +01:00
Syscall.cpp Add a syscall infrastructure (our baby program can print to the console now!) 2023-01-05 22:39:56 +01:00
Syscall.h Add a syscall infrastructure (our baby program can print to the console now!) 2023-01-05 22:39:56 +01:00