(resend)
>From ChangeLog:
- "Kevin P. Lawton" <[EMAIL PROTECTED]>: Mon Sep 4 16:53:14 EDT 2000
In special cosimulation mode, plex86 boots Linux!
Fixes to virtualized paging; CR2 was not being set
More emulation of instructions which require virtualization.
Mods to paging code.
Created kernel/vsegment_nexus.c. Moved stuff here that needs to
be accessed from either host or monitor space.
Fixed some handling of segment/virtualized-segment synchronicity.
Fixed error handling init_module(). Must unregister services if
an error is returned, otherwise kernel goes unstable. Also
return negative error now.
Added emulation of hardware tasking.
Increased PLEX86_MAX_MONITOR_PAGES so bigger monitor will fit.
Fixed a bunch of inline assembly statements, so they explicitly
request 8-bit registers when necessary.
I fixed some of the inline assembly compile-time problems. Sounds like
there are a few more to fix. Code compiles on my L-M platform.
Please send me a list of files which don't compile on your platform.
-Kevin