https://github.com/cstack/osdev
Hobby OS
https://github.com/cstack/osdev
Last synced: 9 months ago
JSON representation
Hobby OS
- Host: GitHub
- URL: https://github.com/cstack/osdev
- Owner: cstack
- Created: 2016-08-21T01:34:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T20:24:44.000Z (over 9 years ago)
- Last Synced: 2025-08-21T08:48:18.827Z (10 months ago)
- Language: C
- Size: 124 KB
- Stars: 246
- Watchers: 11
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)