Luna/kernel/src
apio 49952320d6
All checks were successful
continuous-integration/drone/push Build is passing
kernel+libluna: Remove console_write entirely
2023-03-18 20:12:59 +01:00
..
arch kernel: Add an exec() system call 2023-03-16 22:44:58 +01:00
boot kernel: Add a fun splash screen during boot :) 2023-02-27 16:23:51 +01:00
fs kernel: Make /dev/console actually respect the length parameter instead of trusting userspace's null terminators 2023-03-18 20:10:00 +01:00
memory kernel: Free the initial ramdisk memory after copying everything into the VFS 2023-03-16 23:02:53 +01:00
sys kernel+libluna: Remove console_write entirely 2023-03-18 20:12:59 +01:00
thread kernel: Add an exec() system call 2023-03-16 22:44:58 +01:00
video kernel/TextConsole: Add a write() function that accepts a fixed-size buffer instead of relying on null terminators 2023-03-18 20:09:10 +01:00
config.h.in Add config.h for version information 2022-12-03 17:25:25 +01:00
cxxabi.cpp Kernel: Add __cxa_atexit iomplementation 2023-01-13 18:56:05 +01:00
ELF.cpp kernel/ELF+Scheduler: Use VFS instead of TarStream 2023-03-11 10:34:08 +01:00
ELF.h kernel/ELF+Scheduler: Use VFS instead of TarStream 2023-03-11 10:34:08 +01:00
InitRD.cpp kernel: Free the initial ramdisk memory after copying everything into the VFS 2023-03-16 23:02:53 +01:00
InitRD.h VFS: Populate the initial filesystem based on the initial ramdisk 2023-03-11 10:23:46 +01:00
Log.cpp luna: Remove pure_cstyle_format 2023-03-02 13:38:21 +01:00
Log.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
main.cpp libc: Start switching to /dev/console for console IO and add a proper init 2023-03-18 19:23:18 +01:00