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
- Host: GitHub
- URL: https://github.com/zachthearcticfox/foxos
- Owner: zachthearcticfox
- Created: 2025-01-09T12:10:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T12:18:40.000Z (over 1 year ago)
- Last Synced: 2025-04-05T20:09:46.450Z (about 1 year ago)
- Topics: assembly, os, x86
- Language: Assembly
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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