Skip to content

AwesomeNipun/pintos-project-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pintos project for POSTECH OS Class

VM environment

gcc version : 7.3.0
qemu version : 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.4)

Pre-install

  • add $INSTALLATION_PATH/pintos/src/utils to your path (recommend to edit bashrc)

Installation

cd $INSTALLATION_PATH/pintos/src/utils
make 
cd ../threads
make

How to Test

make check
or
pintos -q run <test_name>

By Physicube

About

pintos project 2 clear

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.3%
  • C 39.0%
  • Perl 10.4%
  • Makefile 2.1%
  • Assembly 1.4%
  • C++ 0.4%
  • Other 0.4%