Skip to content

Instantly share code, notes, and snippets.

@ao-kenji
Created May 5, 2017 03:10
Show Gist options
  • Save ao-kenji/19e091f22d8350c26c8919ce9482831f to your computer and use it in GitHub Desktop.
Save ao-kenji/19e091f22d8350c26c8919ce9482831f to your computer and use it in GitHub Desktop.
(C) Copyright Omron Corporation 1989, 1990
ROM Version 1.20, 64 Megabytes RAM, 3 CPUs
Memory Check: 3Port passed, main skipped.
ROM Monitor
0>install
start install booting...
CPU0 is attached with MC88200 CMMU
CPU1 is attached with MC88200 CMMU
CPU2 is attached with MC88200 CMMU
ROOT device is the ramdisk system.
LUNA boot: memory from 0x136000 to 0x700000
Kernel virtual space from 0x00000000 to 0x3000000.
OMRON LUNA-88K Mach 2.5 Vers 2.00 Tue Jan 12 11:44 1993 (MINIROOT)
physical memory = 7.00 megabytes.
available memory = 4.23 megabytes.
using 89 buffers containing 0.69 megabytes of memory
CPU0 is configured as the master and started.
SC0 at e1000000 vector 0x1
sd0 at SC0 slave 6 M2624S-512 [ctr 0,id 6]
sd1 at SC0 slave 5 SCSI2SD [ctr 0,id 5]
sd6 at SC0 slave 0 SCSI2SD [ctr 0,id 0]
st0 at SC0 slave 4 MT-2ST/N50 [ctr 0,id 4]
mo2 at SC0 slave 0 SCSI2SD [ctr 0,id 0]
mt0 at SC0 slave 4 MT-2ST/N50 [ctr 0,id 4]
usc0 at SC0 slave 0
XP0 at 71000000 vector 0x2
fd0 at XP0 slave 0
fd1 at XP0 slave 1
lp0 at XP0 slave 4
sio0 at XP0 slave 6
sio1 at XP0 slave 7
FB0 at b1080000 zero vector
fb0 at FB0 slave 0 plane 4
RA0 zero vector
ra0 at RA0 slave 0 (RAM DISK at 20700000(3M bytes))
NV0 at 45000000 zero vector
root on ra0a
25.0MHz MC88100 CPU with MC88200 CMMUs
{1}CPU1 is configured as a slave and started.
{2}CPU2 is configured as a slave and started.
erase ^H, kill ^U, intr ^C
# dment
OMRON Disk Maintenance Program [MACH LUNA_88K Ver.1.31]
(C) Copyright OMRON Corporation 1990, 1991, 1992
All Rights Reserved
Checking for Hard Disk drives (ctr=0)
id=6: disk device [M2624S-512]
id=5: disk device [ SCSI2SD]
id=4: non-disk device
id=3: no device
id=2: no device
id=1: no device
id=0: disk device [ SCSI2SD]
Specify scsi-id (default 6):
ioctl[SCSIRD] ERROR(errno:5)
Drive name: FUJITSU M2624S
Disk maintenance commands are:
f : format ----- erase and initialize disk device
v : verify ----- perform verification check
b : badmap ----- bad block mapping and r/w check
p : partition --- display and change disk partition map
m : modify ----- modify a block of disk
d : dump ----- display one block of disk
a : auto mode -- auto operation (f/v/b)
A : auto mode1 -- auto operation (f/v/b : any id)
F : format1 ----- format with clear defect list
B : badmap ----- display bad block mapping(defect) list
h : help ----- display this message
c : continue ---- continue disk maintenance at this controller
r : reenter ---- reenter disk maintenance program
q : quit ----- quit this program
>>> f
Formatting (id=6). This will erase all existing disk data.
Proceed? (y/n): y
Formatting....
Required time : 12 min
Formatting complete.
>>> v
Disk verify command
Drive type = FUJITSU M2624S
maxblk # = 1023999
id = 6
All blocks? (y/n): y
Logical block address :1023999
End of verify.
>>> p
Current Partition map (id=6)
Drive type = FUJITSU M2624S
partition block# #blocks
a 0 59840
b 0 0
c 0 1015808
d 0 0
e 0 0
f 0 0
g 59840 955968
h 0 0
Keep this map? (y/n): n
No.1 No.2 No.3
partition block# #blocks block# #blocks block# #blocks
a 0 59840 0 59840 0 0
b 0 0 0 0 0 0
c 0 1015808 0 1015808 0 1015808
d 0 0 0 0 0 467390
e 0 0 0 0 467390 548418
f 0 0 0 0 0 0
g 59840 955968 59840 411840 0 0
h 0 0 471680 544128 0 0
Select desired partition map:
1-3: maps displayed above
4: single partition
5: enter custom partition map
Enter option (1-5): 1
Writing default partition map (No.1).
>>> q
# mkdsk.st
**********************************************************
* UniOS-Mach System Software Installation for LUNA-88K *
* (c) Copyright OMRON Corporation 1990, 1991, 1992 *
**********************************************************
This procedure will format, verify, partition, and build file
systems on the LUNA-88K internal disk. The UniOS-Mach system
software will then be loaded to the root and usr file systems.
ALL EXISTING DATA ON THE INTERNAL DISK WILL BE ERASED
Proceed? (y/n): y
Select streamer device for software installation:
1. Main streaming tape drive
2. External streaming tape drive
Enter streamer device number (1 or 2): 1
Now checking partition map...
MAKING FILE SYSTEMS
unit0: root usr done.
Skip tape.. done
Installing root file system done
Installing usr file system done
System software installation complete
#
# mount
/dev/sd0a on /root type 4.3 (rw,noquota)
/dev/sd0g on /usr type 4.3 (rw,noquota)
# sync
# sync
# shutdown -r now
Shutdown at 11:44 (in 0 minutes) [pid 1965]
#
System shutdown time has arrived
{0}Reboot()ing.
syncing disks... done
Use Graphic Display(f).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment