Skip to content
Guillaume PERCEPIED edited this page May 14, 2024 · 9 revisions

Welcome to the OliOS wiki!

I'll try to document here all the steps I did for OliOS.

Environment Setup

Cross Compiler

To compile OliOS (and any OS), we need to have a cross compilers (a compiler able to compile our OS from our host OS without using any dependencies from the host OS. That's why we need to setup a "standalone" compiling toolchain. The cross compiler toolchain needs those three tools:

  • BinUtils

  • BinUtils GDB

  • GCC

Clone this wiki locally