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