https://github.com/euler0/mini-os
https://github.com/euler0/mini-os
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/euler0/mini-os
- Owner: euler0
- License: other
- Created: 2012-12-11T06:52:22.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:45:41.000Z (over 1 year ago)
- Last Synced: 2025-02-24T04:35:12.640Z (over 1 year ago)
- Language: C
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# mini-os
Sometimes I build my own operating system, one pebble at a time.
## Prerequisites
1. GNU binutils (i686-elf target)
2. QEMU
3. BSD Make
4. mkdep
5. NASM
6. Clang
In macOS,
```sh
$ brew install i686-elf-binutils
$ brew install qemu
$ brew install bsdmake
$ brew install nasm
```
## License ##
The project is released under the Simplified BSD License. For the formal details, see the file `LICENSE`.
## References
* [make](https://www.freebsd.org/cgi/man.cgi?make(1))
* [A20 - a pain from the past](https://aeb.win.tue.nl/linux/kbd/A20.html)
## Acknowledgements
##### The FreeBSD Project #####
Copyright 1992-2013 The FreeBSD Project. All rights reserved.
This project may adopt snippets of FreeBSD under the simplified BSD license. (http://www.freebsd.org/copyright/freebsd-license.html)