Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
/ FabOS Public archive

OS experimentations in CPP (following Tutos and try/broke/fail by my own)

Notifications You must be signed in to change notification settings

hulous/FabOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FabOS

OS experimentations in CPP (following Tutos and try/broke/fail by my own)

Compilation

To compile project well, we need to install some libs:

$ sudo apt-get install g++ binutils libc6-dev-i386 xorriso

VM

We use VirtualBox to load our things and check...

Makefile

We use makefile to compile and run project.

  • $ make run: should be use to compile and run project into VM container.
  • $ make cleanup: should be used to cleanup compiled stuff after use. It does not kill/shutdown the VM.

About

OS experimentations in CPP (following Tutos and try/broke/fail by my own)

Resources

Stars

Watchers

Forks

Packages

No packages published