Created
April 6, 2018 03:15
-
-
Save kyoungho-koo/976172c67acef3265e66aa4a16f3a4a8 to your computer and use it in GitHub Desktop.
pintos-script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pintos-mkdisk filesys.dsk --filesys-size=2 | |
pintos -f -q | |
pintos -p tests/userprog/create-normal -a create-normal -- -q | |
pintos run 'create-normal' | |
pintos -q run 'create-normal' // childe process |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment