Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-25T21:40:43.000Z (11 months ago)
- Last Synced: 2024-11-05T12:18:11.947Z (about 2 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.***