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