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 година | |
---|---|---|
build | пре 6 година | |
common | пре 6 година | |
design | пре 6 година | |
kern | пре 6 година | |
man | пре 6 година | |
mk | пре 6 година | |
user | пре 6 година | |
.gitignore | пре 6 година | |
LICENSE | пре 6 година | |
Makefile | пре 6 година | |
README.md | пре 6 година | |
buildscript.sh | пре 6 година | |
caret.proj | пре 6 година | |
configure | пре 6 година | |
defs.mk | пре 6 година | |
fastscript.sh | пре 6 година | |
progress.txt | пре 6 година |
repo for my os161 kernel