KazukiChiyo / nochOS

This is an educational 32-bit Unix operating system built from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nochOS

Ein Anderer OS.

This is an educational 32-bit Unix operating system built from scratch. To run nochOS with QEMU, first install QEMU for i386 (and not for x64 system): sudo apt install qemu-system-i386. Then use qemu-system-i386 nochOS.img to run OS image with QEMU. Ignore any warning messages.

I would like to thank my fellow team members for contributing greatly to this project: Smigus, zzhao39 and Wutever. Without their talents and dedication it is impossible to accomplish this project.

To adhere to copyright and course policy, part of the source code is and will not be released publically.

About

This is an educational 32-bit Unix operating system built from scratch.

License:GNU General Public License v3.0


Languages

Language:C 97.4%Language:Assembly 2.6%