[Geekos-devel] breakage in experimental version
Status: Pre-Alpha
Brought to you by:
daveho
From: David H. <da...@cs...> - 2002-02-07 15:32:47
|
FYI for anyone tracking changes to the "experimental" version of GeekOS (http://geekos.sourceforge.net/docs/experimental.html); I'm tracking down bugs in the virtual memory code, so things may be sort of broken for a while. However; plain kernel threads still work, so you can just comment out the code in Main() which starts the user processes. At the moment, the problem seems to be that a single user mode process runs fine, but when multiple user mode processes are running there are random triple faults (induced by a page fault at a kernel address). Anyone who can think of good techniques for debugging this kind of problem, please let me know :-) -Dave |