No description
Find a file
2019-08-11 20:16:27 +02:00
src bump allocator implemented 2019-08-11 20:16:27 +02:00
.gitignore first commit 2019-05-11 01:11:34 +02:00
build.zig fixed the asm compiling bug 2019-06-06 19:24:40 +02:00
grub.sh multiboot is fixed but using multiboot v1 for now, should work fine, memory paging next 2019-06-25 22:35:52 +02:00
qemu.sh bump allocator implemented 2019-08-11 20:16:27 +02:00
README.md bump allocator implemented 2019-08-11 20:16:27 +02:00

hobby kernel in zig

slowly porting from rust.

features

  • vga frame buffer
  • ps2 keyboard driver
  • interrupts
  • terminal console
  • lspci

dependencies

zig compiler

compile

zig build compiles and links the multiboot kernel, without a bootloader.

test

./qemu.sh start
./qemu.sh monitor
./qemu.sh gdb

todo

  • recycling allocator that wraps the bump allocator