/ostest

I barely know what i'm doing lmao

Primary LanguageCGNU General Public License v3.0GPL-3.0

Project RADIANCE

idk i might write smth here at some point lol

This project literally just started so nothing works yet

Before contributing, please read CONTRIBUTING.md

Building

It is recommended to build this project on a Linux environment. Other environments are untested.

  1. Create a GCC Cross-Compiler
    • Currently Supported Targets:
      • i686-elf
  2. Install other required packages:
    • make (To run the Makefile)
    • xorriso (To create the ISO file)
    • grub-common (to set up the GRUB bootloader)
    • grub-pc-bin (to set up the GRUB bootloader)
    • qemu (to test the OS, other VMs work but the makefile is designed to launch QEMU)
  3. Run make iso in the root directors of the project to create an ISO file (Alternatively run make qemu to build and then load the project in qemu.)