Skip to content

KernalPanik/MIF_OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIF_OS

A repository created to store source code for the Operating Systems course in University

Compilation:

Make sure you are in the root directory.

  • For tests, use 'make test'
  • For debug mode, use 'make debug'
  • For release mode, use 'make release'

Complete OS preparation: to install desired OS programs, compile them, and then install via OSInstaller python script:

python3 OSInstaller.py [compiled programs,]

Easier way is to call prepare.sh script. This will compile all the required components and return a prepared drive.

To install non-kernel programs, use

python3 InstallProgram.py [program name]

About

A repository created to store source code for the Operating Systems course in University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors