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