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