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

https://github.com/ishankhare07/kernel


https://github.com/ishankhare07/kernel

Last synced: over 1 year ago
JSON representation

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`