No idea. I see the prompt about pressing Enter to enter "special OS load mode" but there's nothing about it actually happening.

Here's the complete TTY output:

Code
Starting CyOS boot loader v1.1.7

Scanning RAM...  128k  256k 

256K RAM detected

NMI skipped: 0; lost interrupts: 0

Preparing to load CyOS

Detected flash device model 3 [2043 blocks of 254 bytes]
OS loaded
Got header: magic 1234ABCD : valid plain image plain image
Starting...

Found valid bootable section at 0x100000, starting it

Initializing dispatcher...
Initializing names list...
Initializing flash device...
Initializing memmgr...
Checking cartridge...
Starting rfdriver
Starting rfmonitor
Starting messenger
Starting receiver
Boot ROM CRC: FFFFFFFF
Flash device model 3 blocks 2043, 254 bytes each

Memory pool constructed @(20A7D0 - 23FD50)

Cartridge: RAM 0 bytes, flash disk 0 blocks, 0 bytes each

Press [Enter] to select special OS loading mode

Initializing standard file devices+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Initializing .tors...
calling constructor at 125928 [ptr 125726]
calling constructor at 125924 [ptr 120CEC]
calling constructor at 125920 [ptr 11FF5C]
calling constructor at 12591C [ptr 11F3AE]
calling constructor at 125918 [ptr 11EDAC]
calling constructor at 125914 [ptr 11CC00]
calling constructor at 125910 [ptr 11C55E]
calling constructor at 12590C [ptr 11496E]
calling constructor at 125908 [ptr 10B788]
calling constructor at 125904 [ptr 109D1E]
calling constructor at 125900 [ptr 1098AE]
calling constructor at 1258FC [ptr 107B24]


Initializing extern file devices
Starting CyOS console

OS version 1.3.58 built Jul 16 2001 18:28:32

 - OK - OK - OK - OK
Ready >

After this it's sitting in a 1: SLEEP BRA 1: loop and taking timer interrupts, which increment various counters and stuff but nothing happens.

This is all there if you pull latest SVN and want to mess with it.

Last edited by R. Belmont; 07/31/11 12:28 AM.