https://github.com/darkzarich/bugos
A university project which represents a simple and pretty limited OS made with C and NASM. Basically, allows only drawing and save drawn pictures in ROM.
https://github.com/darkzarich/bugos
assembly c nasm
Last synced: about 1 year ago
JSON representation
A university project which represents a simple and pretty limited OS made with C and NASM. Basically, allows only drawing and save drawn pictures in ROM.
- Host: GitHub
- URL: https://github.com/darkzarich/bugos
- Owner: Darkzarich
- Archived: true
- Created: 2018-11-05T12:59:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T13:15:29.000Z (over 7 years ago)
- Last Synced: 2025-03-12T16:51:35.444Z (over 1 year ago)
- Topics: assembly, c, nasm
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BugOS
A university project which represents a simple and pretty limited OS made on C and NASM. Basically, allows only drawing and storing drawn pictures on ROM itself.
File compile lvl two.exe is specially written compiler to make a ROM out of all files in directory such as pictures of interface and load screen, nasm pre-load instructions, C combined with NASM functions.
To run this you need to have installed QEMU and then run start.bat. Teoretically will also work if you put mbr.o on flashdrive and try to use it as boot device.