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

https://github.com/arthurmelton/bad-apple-os

First time os (I am going to die)
https://github.com/arthurmelton/bad-apple-os

Last synced: 2 months ago
JSON representation

First time os (I am going to die)

Awesome Lists containing this project

README

        

# Bad-Apple-OS
First time os (I am going to die)

just learning from youtube. (I have like not written anything I just copied from others and tweaked what I understood)

# Dependencies
- `git`
- `nasm`
- `qemu`

# Run
```
git clone https://github.com/AMTitan/Bad-Apple-OS
cd Bad-Apple-OS
nasm -f bin stage2.asm -o stage2.bin
nasm -f bin boot.asm -o boot.bin
qemu-system-x86_64 boot.bin
```

# To Make A Iso
```
git clone https://github.com/AMTitan/Bad-Apple-OS
cd Bad-Apple-OS
nasm -f bin stage2.asm -o stage2.bin
nasm -f bin boot.asm -o boot.iso
```