Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 562 Bytes

Munix

Munix is my (new) attempt at writing a proper unix clone, without straying away for a month (or two) to add completly unnecessary and complicated features.

Building

To build/run the kernel and to generate images, run the following...

$ # Kernel + ISO
$ make && make run
$ # Kernel + HDD
$ make all-hdd && make run-hdd
$ # Kernel + HDD + UEFI
$ make all-hdd && make run-hdd-uefi

NOTE: The latest stage 2/3 Zig compiler is required to build Munix! (instructions here)