This repo hosts the version of OS161 I worked on in my CS 350 (OS) class

tarfeef101 8b37d7e1e7 tested uw-testbin/argtest with argument passing (no execv), and it works flawlessly. so issue must be with execv specific code as discussed before, but now we have also validated the functionality of the argument copying 6 years ago
build 4c3717c727 have a building kernel, can run old tests, but cannot run new ones. execv clearly needs work 6 years ago
common 731461ebee initial commit, after a0 completion 7 years ago
design 731461ebee initial commit, after a0 completion 7 years ago
kern b9192e35bf believe argument passing in runprogram working, have base execv without agrs working. with args is still not great 6 years ago
man 731461ebee initial commit, after a0 completion 7 years ago
mk 731461ebee initial commit, after a0 completion 7 years ago
user 731461ebee initial commit, after a0 completion 7 years ago
.gitignore 731461ebee initial commit, after a0 completion 7 years ago
LICENSE 731461ebee initial commit, after a0 completion 7 years ago
Makefile 731461ebee initial commit, after a0 completion 7 years ago
README.md 731461ebee initial commit, after a0 completion 7 years ago
buildscript.sh e47bd9f15b buildscript to do all the building cause screw that crap 6 years ago
caret.proj 8f2d17547d started execv, not sure how caret.proj will do stuff, guess i'll find out when i repoen it. 6 years ago
configure 731461ebee initial commit, after a0 completion 7 years ago
defs.mk 731461ebee initial commit, after a0 completion 7 years ago
fastscript.sh 41d0d447bd added a script for non-complete building. also, fixed sys exit. issue was not deleting children that are zombies when parents die. i do that now 6 years ago
progress.txt 6186edc11d beginning work on modifying processes, also made lists 6 years ago

README.md

cs350

repo for my os161 kernel