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

tarfeef101 b6ecc99a2f made the onefork test finish by changing the >= 0 to != -1, but this is a bandaid fix. the core issue of our exitcode being DEADBEEF still exists vor 6 Jahren
build 800751896b i don't crash instantly anymore! vor 6 Jahren
common 731461ebee initial commit, after a0 completion vor 7 Jahren
design 731461ebee initial commit, after a0 completion vor 7 Jahren
kern b6ecc99a2f made the onefork test finish by changing the >= 0 to != -1, but this is a bandaid fix. the core issue of our exitcode being DEADBEEF still exists vor 6 Jahren
man 731461ebee initial commit, after a0 completion vor 7 Jahren
mk 731461ebee initial commit, after a0 completion vor 7 Jahren
user 731461ebee initial commit, after a0 completion vor 7 Jahren
.gitignore 731461ebee initial commit, after a0 completion vor 7 Jahren
LICENSE 731461ebee initial commit, after a0 completion vor 7 Jahren
Makefile 731461ebee initial commit, after a0 completion vor 7 Jahren
README.md 731461ebee initial commit, after a0 completion vor 7 Jahren
buildscript.sh e47bd9f15b buildscript to do all the building cause screw that crap vor 6 Jahren
configure 731461ebee initial commit, after a0 completion vor 7 Jahren
defs.mk 731461ebee initial commit, after a0 completion vor 7 Jahren
progress.txt 6186edc11d beginning work on modifying processes, also made lists vor 6 Jahren

README.md

cs350

repo for my os161 kernel