Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.03 KB

File metadata and controls

20 lines (16 loc) · 1.03 KB

Roll your own Operating System

QUEOS is a simple 32-bit x86 kernel. This is the first step in creating an operating system.

I'm just following:

Familiarity with your development environment is crucial for productive development and debugging. Most modern Linuxes and BSDs have an ELF toolchain already installed. That is, the system-standard gcc, as, ld and objdump should just work. If you are using something other than standard x86 Linux or BSD, you will need the GNU C compiler toolchain, configured and built as a cross-compiler for the target i686-elf, as well as the GNU debugger, configured for the i686-elf toolchain.