An open API service indexing awesome lists of open source software.

https://github.com/zachthearcticfox/foxos

the worlds worst operating system
https://github.com/zachthearcticfox/foxos

assembly os x86

Last synced: 12 months ago
JSON representation

the worlds worst operating system

Awesome Lists containing this project

README

          

# FoxOS
The worlds worst operating system

Instructions:
`sudo apt install make qemu-system` or `sudo pacman -S make qemu` - Installs make and a virtual machine for running the OS, you can use VirtualBox or VMWare

`make` - Assembles the OS
`qemu-system-i386 -fda build/main_floppy.img` - Lauches QEMU with the IMG file that was assembled