https://github.com/killarexe/ball-os
A simple bootsector OS witch makes a ball bounce inside the screen...
https://github.com/killarexe/ball-os
assembly bootsector os x86
Last synced: 3 months ago
JSON representation
A simple bootsector OS witch makes a ball bounce inside the screen...
- Host: GitHub
- URL: https://github.com/killarexe/ball-os
- Owner: Killarexe
- Created: 2023-11-01T21:18:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-25T21:40:43.000Z (over 1 year ago)
- Last Synced: 2025-02-14T22:46:09.141Z (5 months ago)
- Topics: assembly, bootsector, 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
# Ball OS
A simple bootsector OS witch do bounce a simple ball. (That's it...)
## Compile and Run
Get NASM for compiling and QEMU or any other virtual envionement if you want to run it.
*Or you can use your computer but I really don't recommend it...*
Then do:
```
make
```And if you want to run in a virtual envionement do:
```
make run
```***If you get any issues please verify that the executables in the `Makefile` is correct.***