A very basic operating system written in C and Assembly.
- Note: some assembly files is not written by me.
You'll need cross-platform compilers like x86_64-elf-gbb, x86_64-elf-gcc and x86_64-elf-ld for compiling and linking binaries. You can change the paths of them in "Makefile".
Simply execute
$ makeand that's it.
After building, you can use qemu for running rhe binary.
$ qemu-system-x86_64 os-image.bin
- Fork this repo.
- Add a feature.
- Create a new pull request.
GNU General Public License v3.0
Development halted. I'm going to develop another OS :D