neptune/kern
2026-01-03 19:03:03 +01:00
..
libkern stdbool.h: bool is now typedef'd to _Bool compiler intrinsic instead of char. This and the t/f enum is now guarded behind a stdc check. 2026-01-03 13:19:51 +01:00
banner.h Correcting header guards across the kernel 2025-09-02 03:27:36 +02:00
entry.S Move kernel related files into kernel 2025-09-01 22:24:15 +02:00
kernel.ld kernel.ld: slight rewrite, use memory regions for ram instead of static offset 2025-09-06 00:54:38 +02:00
proc.h Specify the ProcessState enum to be one byte in size, with static assert 2026-01-03 19:03:03 +01:00
rtc.c Remove code comment 2025-10-30 22:44:50 +01:00
rtc.h RTC work 2025-10-30 22:36:50 +01:00
slab.h Slab outline 2025-09-04 17:57:59 +02:00
start.c RTC tests 2025-10-30 22:36:55 +01:00