Another bug identified by Mike (see original CST thread below for
reported bug). Minix now runs and correctly reports 2Mbytes of memory.
Cool!
http://groups.google.co.uk/group/comp.sys.transputer/browse_thread/th...
The new version can be found on my website:
http://sites.google.com/site/transputeremulator/
The new files (Emulator Files & Alternative Builds) are attached at
the bottom of the installation Instructions page.
Gavin
Whilst the Minix boot monitor appears to run correctly, the booting of
the actual Minix kernel seems to hang, as shown in the screen dump
below:
C:\Tcode\Minix>jserver /sb boot.btl
Booting root transputer...ok
Secondary bootstrap entered.
Free mem starts at 800007bc
Sizing memory Found 00200000 bytes.
Loading boot monitor ok.
Minix boot monitor : Version 0.06 (built Apr 11 1994 17:44:04)
Creating new module
Creating new module
Creating new module
Creating new module
> help
Minix boot monitor : Version 0.06 (built Apr 11 1994 17:44:04)
boot Boot Minix
help Print this text
module name Define a new module
more filename Display a file
ramsize [size in K] Set RAM disk size
source filename Read commands from file
> boot
Booting
Module kernel text size 00004f70 data size 00009bf4
Loaded from 80009d00 to 8000ec70
Module mm text size 00002cc0 data size 000069d0
Loaded from 8000ed00 to 800119c0
Module fs text size 0000682c data size 0005a29c
Loaded from 80018400 to 8001ec2c
Module init text size 0000120c data size 0000166c
Loaded from 80079000 to 8007a20c
It hangs! Hmm? If should display the following as captured on a real
T414 B004 set-up:
> ramsize 200
> boot
Booting
Module kernel text size 00004f70 data size 00009bf4
Loaded from 80009d00 to 8000ec70
Module mm text size 00002cc0 data size 000069d0
Loaded from 8000ed00 to 800119c0
Module fs text size 0000682c data size 0005a29c
Loaded from 80018400 to 8001ec2c
Module init text size 0000120c data size 0000166c
Loaded from 80079000 to 8007a20c
Booting MINIX 1.5. Copyright 1990 Prentice-Hall, Inc.
Memory size = 2050K MINIX = 495K RAM disk = 200K
Available = 1355K
Server has block operations
Using a 1.4 iserver. Max packet size 1024. Got block operstions.
Welcome to transputer MINIX
Root file system built Wed Oct 20 16:37:24 BST 1993
login: root
Welcome to Transputer MINIX
# ls
.profile bin dev etc usr
#
I will have to look at this problem when I get some spare time.
Gavin