Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 321 Bytes

File metadata and controls

9 lines (6 loc) · 321 Bytes

Aqua OS

Aqua OS is my hobby operating system for Intel's x86 architecture to understand the fundamentals of how operating systems work and are developed.

Compiling

You need cross compiler for i686 to compile the kernel. Please refer to https://wiki.osdev.org/GCC_Cross-Compiler for more information.