Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamroy19 committed Nov 9, 2021
1 parent a877e15 commit 1d9de39
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# BonelessOS
My first OS!

## Requirements
- Building requires a linux system with `nasm`.
- Run `make` or `make all`.
- `dist/kernel.iso` can now be emulated using `qemu`, for example.

## Instructions
`sudo apt-get install nasm qemu-system`
`make`
`qemu-system-x86_64 -cdrom dist/kernel.iso`
<br>

TODO:
- [ ] Write a proper `README.md`
- [x] Write a proper `README.md`
- [ ] Implement proper kernel

0 comments on commit 1d9de39

Please sign in to comment.