[rhype] selecting images

Sushant Sharma sushant at cs.unm.edu
Fri Mar 11 12:32:51 EST 2005


Hello Everyone,
I configured rhype on an x86 with following options

  --enable-vga --with-boot-console-dev=VGA --with-serial-baudrate=9600

and got following errors while make

../../rhype/hype/uartNS16750.c: In function `uartNS16750_init':
../../rhype/hype/uartNS16750.c:218: warning: implicit declaration of 
function `uartNS16750_debug_status'
../../rhype/hype/uartNS16750.c:218: warning: nested extern declaration 
of `uartNS16750_debug_status'

I think that first error is because there is no check that rhype is not 
  configured with --enable-debug and 2nd is because there is no check 
that rhype is not configured with --enable-thinwire.
Please correct if I am wrong.

So just to get it working i commented those lines and it did compile 
after removing those lines.
Then I booted the macihne with hype.boot image and I saw the following 
on serial-port using minicom

 > 0x3febfbff
 > Page allocator marked used: 0xfc262000 - 0xfc5dbfff
 > PIC init
 > Assigned memory PA:0x4000000[0x18000000] -> LA:0x0
 > arch_os_thread: thread lpid 0x1001, cr3 0x5e2000
 > About to resume into controller ...
 > Creating AIPC buffer at 0x0087f000 for 4097
 > Create msgq: 200000
 > hello world.. this is controller
 > setting my sched slot to 0x1
 > Scheduler controller: rot: 0 (0x0000000000000001, 0x0000000000000001 
0x0000000000000001)

 > Choose one of the following images
 > 01: yield
 > 02: ipcmon
  .
  <<some text deleted>>
  .
 > y: yield forever
 > M: partition size (1 x CHUNK_SIZE) (1..9)

What do I need at this point so that I can choose the image?
Documentation says I should stop minicom and start thinwire on dev 
machine. Where can I get and install thinwire from?

Thanks
-
Sushant



More information about the rhype mailing list