* prints hello world * Builds with the zig build system
This commit is contained in:
parent
7678019e03
commit
bee7416b08
7 changed files with 212 additions and 1 deletions
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
Compile: zig build-exe kmain.zig -target i386-freestanding --linker-script link.ld
|
||||
|
||||
Run: qemu-system-i386 -kernel kmain -curses
|
||||
|
||||
To exit qemu: Esc + 2, type `quit`
|
Loading…
Add table
Add a link
Reference in a new issue