Neptune kernel
Find a file
2025-06-26 05:57:35 +02:00
lib Spinlocks and initial proc implementation 2025-06-26 05:56:15 +02:00
.clang-format Clang format alignment 2025-06-26 05:55:59 +02:00
.clangd clangd: .clangd file that seems to make clangd behave 2025-06-26 04:04:34 +02:00
.gitignore Minimal viable kernel 2025-06-26 02:43:43 +02:00
config.h Move some config options from start into config.h 2025-06-26 05:56:41 +02:00
entry.S Removing debug prints from entry routine. After stacks are set up correctly, this is better handled in C. 2025-06-26 04:25:37 +02:00
kernel.ld Moved: link.ld -> kernel.ld 2025-06-26 05:24:09 +02:00
Makefile Some prettier init code 2025-06-26 05:57:35 +02:00
README.md A simple readme with some help regarding assembly and toolchain setup 2025-06-26 03:25:37 +02:00
riscv.h Some machine specific code for reading and writing registers 2025-06-26 05:57:05 +02:00
start.c Some prettier init code 2025-06-26 05:57:35 +02:00
types.h Some shorthand typedef used around the kernel 2025-06-26 04:19:49 +02:00