Neptune kernel
Find a file
2025-06-26 03:25:37 +02:00
.clang-format Fomrat 2025-06-26 02:56:56 +02:00
.gitignore Minimal viable kernel 2025-06-26 02:43:43 +02:00
entry.S Renamed assembly initialization code to _entry instead of _start, to avoid confusing with start() C function 2025-06-26 03:08:28 +02:00
link.ld Renamed assembly initialization code to _entry instead of _start, to avoid confusing with start() C function 2025-06-26 03:08:28 +02:00
Makefile Minimal viable kernel 2025-06-26 02:43:43 +02:00
README.md A simple readme with some help regarding assembly and toolchain setup 2025-06-26 03:25:37 +02:00
start.c More documentation in start.c 2025-06-26 03:25:22 +02:00