Skip to content

A very simple operating system, based on MikeOS. Check MikeOS here http://mikeos.sourceforge.net/

Notifications You must be signed in to change notification settings

WinsDominoes/WinOS

Repository files navigation

WinOS

A very simple operating system, based on MikeOS.

How To

(For Linux) To compile the project, go in root, and do ./build-linux.sh

To test the project, go in root, and do ./test-linux.sh

To install the operating system on a USB stick, go to root, and do ./imgfile.sh

WARNING: I am not responsible if you accidentally format your USB stick or any other portable devices. You downloaded this project for your own risk.

imgfile.sh content

cd disk_images
dd if=mikeos.flp of=/dev/<your-device>

Change to your own device name like dev/sdb Again, use it at your own risk.

Credits