1
0
Fork
You've already forked sos
0
Simple operating system
  • Assembly 50.3%
  • C 39.3%
  • Makefile 10.4%
Find a file
2025年04月14日 17:38:49 +02:00
source Initial commit 2025年04月14日 17:38:49 +02:00
LICENSE Initial commit 2025年04月14日 17:38:49 +02:00
README.md Initial commit 2025年04月14日 17:38:49 +02:00

This software is a simple operating system for x86 (i386). After building a cross-compiler, run the following command:

make install run

The goal of this project is understanding a computer's booting process.