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 gadi atpakaļ
..
arch 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 gadi atpakaļ
compile 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 gadi atpakaļ
conf 6506f399b8 added lists to kernel config 6 gadi atpakaļ
dev 731461ebee initial commit, after a0 completion 6 gadi atpakaļ
fs 731461ebee initial commit, after a0 completion 6 gadi atpakaļ
include e22dd1c049 tlb now randomly kickes entries, code segments are read only 6 gadi atpakaļ
lib 6146aaa5c4 onefork now runs properly. palin and widefork do not. changed exit to update child procs to point to NULL parents if the parent exits 6 gadi atpakaļ
proc a680c9cb45 removing old code, missed 1 element of the processes array in init 6 gadi atpakaļ
startup b9192e35bf believe argument passing in runprogram working, have base execv without agrs working. with args is still not great 6 gadi atpakaļ
synchprobs ebdc6909c9 moving back to working copy 6 gadi atpakaļ
syscall e22dd1c049 tlb now randomly kickes entries, code segments are read only 6 gadi atpakaļ
test 731461ebee initial commit, after a0 completion 6 gadi atpakaļ
thread 0e648f4fd6 added another condition to thread to allow for threads to die if their process has exited but exists because it wants to be usable by family| 6 gadi atpakaļ
vfs 731461ebee initial commit, after a0 completion 6 gadi atpakaļ
vm 731461ebee initial commit, after a0 completion 6 gadi atpakaļ
Makefile 731461ebee initial commit, after a0 completion 6 gadi atpakaļ
build e164117860 adding built kernel files,more formatting 6 gadi atpakaļ