Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 236 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 236 Bytes

HellOS

Bare bones "hello world" i386 kernel written in Zig.

Building

zig build-exe hellos.zig -target i386-freestanding -T linker.ld

Testing with qemu

qemu-system-i386 -kernel hellos