Last active
April 26, 2020 14:15
-
-
Save ao-kenji/2b9df4ce7ed00fe34f5e8f325b0924c3 to your computer and use it in GitHub Desktop.
LUNA88K2 ROM monitor: h b (help boot)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ROM Monitor | |
| 0>h | |
| ********** HELP MESSAGE ********** | |
| b : loads and executes target program | |
| d : memory dump | |
| c : memory modify | |
| f : fill memory | |
| dr : dump register | |
| cr : modify register | |
| z : set/delete break point | |
| s : step execution | |
| h : display help message, ex. h [command_name] | |
| x : execute/continue program | |
| install : useful command for install | |
| status : display multi cpus status | |
| nvram : set/display nvram information | |
| clock : dipsplay clock status, stop/start clock | |
| version : Display version & etc | |
| RESET : invoke a Power-On-Reset(Hard reset) | |
| poweroff: invoke a Power-Off | |
| scsi: Display scsi inquiry data | |
| 0>scsi | |
| SPC|ID | Vendor | Product |RMB|Ver.| Device Type | |
| ---+---+--------+----------------+---+----+----------------- | |
| | 0 | | | | |Not Exists | |
| | 1 | | | | |Not Exists | |
| | 2 | | | | |Not Exists | |
| 0 | 3 | | | | |Not Exists | |
| | 4 |TEAC |MT-2ST/N50 | O | 01 |Sequential | |
| | 5 | | | | |Not Exists | |
| | 6 |FUJITSU |M2624S-512 | X | 01 |Direct | |
| ---+---+--------+----------------+---+----+----------------- | |
| | 0 | | | | |Not Exists | |
| | 1 | | | | |Not Exists | |
| | 2 | | | | |Not Exists | |
| 1 | 3 | | | | |Not Exists | |
| | 4 | | | | |Not Exists | |
| | 5 | | | | |Not Exists | |
| | 6 | | | | |Not Exists | |
| 0>h b | |
| ********** HELP MESSAGE ********** | |
| b : loads and executes target program | |
| b [dev][([spec],[unit|spcno-id],[part])] [fname] [option_strings] | |
| dev: | |
| sd = scsi disk st = scsi tape | |
| sl = ttya, s-format | |
| spec: | |
| 1XX = only loading | |
| sd st | |
| 0 = file system 0 = dd-format | |
| 1 = boot bootstrap 1 = tar-format | |
| unit: | |
| sd / st | |
| X = internal scsi | |
| 1X = external scsi | |
| unit# | id(sd)| id(st) | |
| ------+-------+------- | |
| 0,10 | 6 | 4 | |
| 1,11 | 5 | 3 | |
| 2,12 | 4 | 2 | |
| 3,13 | 3 | 1 | |
| 4,14 | 2 | 0 | |
| 5,15 | 1 | 6 | |
| 6,16 | 0 | 5 | |
| spcno-id: | |
| sd / st | |
| spcno: 0 = internal scsi | |
| 1 = external scsi | |
| id: 0,1,2,3,4,5,6 = scsi id | |
| part: | |
| sd = 0,1,2,.. partition # | |
| st = 0,1,2,.. skip # | |
| fname: | |
| none = using default | |
| - = using default(if you want to set options) | |
| strings = boot file name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment