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

https://github.com/euler0/mini-os


https://github.com/euler0/mini-os

Last synced: over 1 year ago
JSON representation

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)