Towerism / FrackOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FrackOS

Requirements

  • Linux (The build system only supports Linux, maybe also OSX)
  • An i686-elf cross compiler (Currently the default compiler)
  • Grub (For making an os image)
  • Qemu (Only for testing)

Instructions

You can configure the operating system with make config, build the operating system with make build, create a bootable image with make iso, and run inside an emulator using make run.

About

License:GNU General Public License v3.0


Languages

Language:C 49.8%Language:Makefile 16.2%Language:C++ 16.2%Language:Assembly 10.0%Language:Shell 7.8%