soaplin/kernel
RaphProductions 0652010b1c kernel: Various changes
+ elf: Prevent dynamically linked programs from running on Soaplin.
+ sched: Support creating a process from a program_t structure.
+ syscall: Fix a bug where using syscall number 1024 would crash the OS.
+ syscall: Added a write syscall. It can only be used for writing to the standard output (FD: 1)
2025-05-17 01:26:38 +02:00
..
src kernel: Various changes 2025-05-17 01:26:38 +02:00
.gitignore first commit 2025-05-06 20:19:48 +02:00
get-deps first commit 2025-05-06 20:19:48 +02:00
GNUmakefile kernel: try some shit to get the compiler to put a backtrace 2025-05-16 15:58:51 +02:00
linker-aarch64.ld first commit 2025-05-06 20:19:48 +02:00
linker-loongarch64.ld first commit 2025-05-06 20:19:48 +02:00
linker-riscv64.ld first commit 2025-05-06 20:19:48 +02:00
linker-x86_64.ld first commit 2025-05-06 20:19:48 +02:00