No description
Find a file
2019-05-11 14:52:00 +02:00
src keyboard irq 2019-05-11 14:52:00 +02:00
.gitignore first commit 2019-05-11 01:11:34 +02:00
build.zig first commit 2019-05-11 01:11:34 +02:00
README.md keyboard irq 2019-05-11 14:52:00 +02:00
run.sh keyboard irq 2019-05-11 14:52:00 +02:00

hobby kernel in zig

slowly porting from rust.

features

  • vga frame buffer
  • ps2 keyboard driver
  • interrupts
  • todo: terminal console
  • todo: memory mapping
  • todo: cfs scheduler

dependencies

ziglang compiler

compile

zig build compile and links a multiboot kernel, without a bootloader.

test

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