Skip to content

andrewrk/HellOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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