Finally got MS/TP communicating on ports/rtos32. I still need to verify that it is doing things correctly since it seems a little slow to respond to service requests. Still more work to do refactoring the state machine.
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
Locate DiskBuffer DiskIO LowMem 16k 16k // needed by disk boot code
|
||||
NoFPU=0 // Check FPU
|
||||
CPL = 3 // normal priveleges
|
||||
VideoRAM ColorText // program output sent to Graphic Card
|
||||
// VideoRAM ColorText // program output sent to Graphic Card
|
||||
VideoRAM None // program output sent to file and host
|
||||
#endif
|
||||
|
||||
FillRAM HeapMem // remap unused RAM
|
||||
|
||||
Reference in New Issue
Block a user