unox os
1.0.0
Unox is a x86 unix-like operating system written in C and Assembly.
libc to our OS
Requirements :
at first clone this repo :
$ git clone https://github.com/bistcuite/unox-os
$ cd unox-os
make Unox image :
$ make
run Unox on qemu :
$ make run
This project licensed under MIT License, read the license for more information.