https://github.com/ishankhare07/kernel
https://github.com/ishankhare07/kernel
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ishankhare07/kernel
- Owner: ishankhare07
- License: mit
- Created: 2018-03-28T09:00:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T09:04:24.000Z (over 8 years ago)
- Last Synced: 2025-01-23T15:51:29.650Z (over 1 year ago)
- Language: Assembly
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# kernel
### Requirements
1. On linux
`sudo apt-get install nasm qemu`
2. On mac
`brew install nasm`
### Compiling
`nasm -f bin boot1.asm -o boot1.bin`
### Running
`qemu-system-x86_64 -fda boot1.bin`