Skip to content

Blisse/CS452-Kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS452 Kernel

  • Victor Lai

Builds

CMake is used for compilation. All builds should be done out of source, i.e. in another directory. The cmake_setup.sh script can be run to generate the local, debug and release build folders.

Local

cd CS452-Kernel 
mkdir local
cd local
cmake -DLOCAL=ON -DCMAKE_BUILD_TYPE=DEBUG ..

Debug

cd CS452-Kernel 
mkdir debug
cd debug
cmake -DCMAKE_BUILD_TYPE=DEBUG ..

Release

cd CS452-Kernel
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=RELEASE ..

About

CS452 Trains Kernel and OS

Resources

Stars

Watchers

Forks

Packages

No packages published