Skip to content

qsrahman/queos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

QUEOS is a simple 32-bit x86 kernel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors