-
Couldn't load subscription status.
- Fork 0
Home
Guillaume PERCEPIED edited this page May 14, 2024
·
9 revisions
I'll try to document here all the steps I did for OliOS.
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