This repo hosts the version of OS161 I worked on in my CS 350 (OS) class
tarfeef101 a4fb607edb there were a few cases of getppages getting called directly, which caused issues after vm_init is true, as that sets first and last to 0 in ram.c, which is used by stealmem. so those would fail after init. hence the issue. i simply changed those to use alloc_kpages, so now there should be no exceptions. ran one set of tests, but those pass now | 6 years ago | |
---|---|---|
build | 6 years ago | |
common | 6 years ago | |
design | 6 years ago | |
kern | 6 years ago | |
man | 6 years ago | |
mk | 6 years ago | |
user | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
Makefile | 6 years ago | |
README.md | 6 years ago | |
buildscript.sh | 6 years ago | |
caret.proj | 6 years ago | |
configure | 6 years ago | |
defs.mk | 6 years ago | |
fastscript.sh | 6 years ago | |
progress.txt | 6 years ago |
repo for my os161 kernel