Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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...

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.***