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 | il y a 6 ans | |
---|---|---|
build | il y a 6 ans | |
common | il y a 6 ans | |
design | il y a 6 ans | |
kern | il y a 6 ans | |
man | il y a 6 ans | |
mk | il y a 6 ans | |
user | il y a 6 ans | |
.gitignore | il y a 6 ans | |
LICENSE | il y a 6 ans | |
Makefile | il y a 6 ans | |
README.md | il y a 6 ans | |
buildscript.sh | il y a 6 ans | |
caret.proj | il y a 6 ans | |
configure | il y a 6 ans | |
defs.mk | il y a 6 ans | |
fastscript.sh | il y a 6 ans | |
progress.txt | il y a 6 ans |
repo for my os161 kernel