Skip to content

QQMB3R0/OS2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Operating System


Install dependencies

Ubuntu

sudo apt update -y
sudo apt -y install build-essential binutils nasm xorriso grub-common qemu-system-i386 mtools

Need build GCC cross compiler for i686 architecture to compile project sources. Refer to GCC documentation for detailed information - https://gcc.gnu.org/install/

Build and run

Ubuntu

Build and run release version

make all

Build and run debug version

make DEBUG=true all

Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published