Skip to content

munix-os/munix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)