/mini-os

Primary LanguageCOtherNOASSERTION

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,

$ 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

  1. make

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)