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)
- Host: GitHub
- URL: https://github.com/arthurmelton/bad-apple-os
- Owner: arthurmelton
- Created: 2021-05-10T23:40:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T12:52:49.000Z (about 4 years ago)
- Last Synced: 2025-04-01T23:41:00.794Z (2 months ago)
- Language: Assembly
- Size: 1.72 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```