Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
/ kaos Public archive

my operating system kernel challenge source code 🎉

Notifications You must be signed in to change notification settings

kevsersrca/kaos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaos Operating System

For support 32 bit

Requirements

  • gcc++
  • lib36-dev-i386

For Execute

  • Virtualbox
  • xorriso

Make iso file

make install

Execute Virtual Machine

make run

Note: Please Virtualbox vmname change in line 38 Makefile

VirtualBox --startvm 'VMNAME' &