Luna/libc
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
..
include Add a VERY BASIC and hacky way of allocating memory from userspace 2023-01-11 23:02:42 +01:00
src Implement printf() 2023-01-07 01:49:26 +01:00
CMakeLists.txt Enable -Os on all targets 2023-01-10 18:13:21 +01:00