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

https://github.com/cstack/osdev

Hobby OS
https://github.com/cstack/osdev

Last synced: 9 months ago
JSON representation

Hobby OS

Awesome Lists containing this project

README

          

# osdev
Following the tutorial: https://littleosbook.github.io

# Setup
## OSX
```
$ brew install nasm # assembler
$ brew install qemu # virtual machine
$ brew install cdrtools # includes a utility for making disk images
```

Install binutils following [these instructions](http://stackoverflow.com/a/39059639/63887) to get [gnu-ld](https://en.wikipedia.org/wiki/GNU_linker)