Previous Thread
Next Thread
Print Thread
Page 111 of 536 1 2 109 110 111 112 113 535 536
Joined: Apr 2004
Posts: 1,563
Likes: 12
J
Very Senior Member
Offline
Very Senior Member
J
Joined: Apr 2004
Posts: 1,563
Likes: 12
it probably means it has no power :P

Joined: Feb 2004
Posts: 2,597
Likes: 301
Very Senior Member
Offline
Very Senior Member
Joined: Feb 2004
Posts: 2,597
Likes: 301
No, it's just a generic Open Firmware error when it can't run a command. The "lost power" thing means the NVRAM checksum failed on boot or it believes for some other reason that the machine wasn't shut down gracefully.

Joined: May 2009
Posts: 2,214
Likes: 382
J
Very Senior Member
Offline
Very Senior Member
J
Joined: May 2009
Posts: 2,214
Likes: 382
SVN r6492: SGI IRIS 3130 IP2 driver

After upping the amount of visible memory and adding 64k for a "BSS" segment for the PROM (whatever that means), it gets a bit chattier and a bit more polite:

Code
►IRIS (IP2 - Revision E) Monitor Version 3.0.10 July 1, 1987
Memory Size 1mb (Physical Map (1mb/bit) 0x00000001)
Configuration Switch: 0x9805
  Multibus Window (2mb) at Megabytes 2 and 3.
  Multibus accessible memory (1mb) begins
    at Physical memory page 0,
    at Virtual address 2000000.
  WARNING: Multibus accessible memory overlaps all
           Physical memory
Power has been lost to the machine
iris> h
General Monitor Commands (All numeric values in hex):
  MEDIA is one of the following:
      hd        - hard disk.(look for ip, sd, then md)
      ct        - cartridge tape.(look for st, then mt)
      fd        - floppy disk (look for sf, then mf)
      ip        - interphase disk.
      sd(or si) - storager disk.
      md        - midas disk.
      st(or sq) - storager cartridge tape.
      mt(or mq) - midas cartridge tape.
      sf        - storager floppy disk.
      mf        - midas floppy disk.
      tcp       - TCP network.
      xns       - XNS network.
      rom       - EPROM board.
  DEVSPEC is the one of the following:
      host name         - name of a host. (MEDIA must be tcp or xns.)
      unit              - unit number of device (0, 1, ...).
                            (MEDIA must be a tape or disk device.)
      <unit><fs>        - unit number and filesystem (a - h).
                            (MEDIA must be a disk device.)
      address           - multibus address.
                            (MEDIA must be the EPROM board.)

Continue (y or n)?: y
[MEDIA.DEVSPEC:][file]  load and begin execution of the named file.
                                    file defaults to defaultboot
                                    SPECs are from switch settings

b [MEDIA.DEVSPEC:][file]        same as above.

t [DEVSPEC:][file]              same as b with MEDIA = tcp.

n [DEVSPEC:][file]              same as b with MEDIA = xns.

ls [MEDIA.DEVSPEC:][file]       list the files on the device.

l [MEDIA.DEVSPEC:][file]        load but don't begin execution of the file.

g address [stack]               start executing at specified address.
                                the stack address is optional.

h|?                             print this help message.

Continue (y or n)?: y
set                             print the current set values.
set media MEDIA                 set the default boot media.
set devspec DEVSPEC             set the default boot device spec.
set debug 0/1                   set the debug mode.
set display                     set display options from switch settings.
set dcr BITS OPTION             set DC4 bits and option.
set inetaddr ADDRESS            set TCP/IP address of this machine.
set servaddr ADDRESS            set TCP/IP address of boot server.
set gateaddr ADDRESS            set TCP/IP address of boot gateway.
                                32-bit TCP/IP ADDRESS is given as four bytes
                                in decimal separated by dots (89.0.0.1)

exit                            reset the PROMS.

fm{b|w|l} ADDR VALUE [INCR] [CNT]
                                fill memory as byte, word or long
                                starting at ADDR, with initial VALUE,
                                incrementing VALUE by INCR for CNT times.
                                (INCR defaults to 0; CNT defaults to 1)

dm{b|w|l} ADDR [CNT]            display memory as byte, word or long.
                                (CNT defaults to 1)

em{b|w|l} ADDR                  edit memory interactively as byte,
                                word or long.

dpr                             display processor registers.

epr REGISTER                    edit the given processor register.
                                (sr, vbr, cacr, caar, sfc, dfc).

iris> set
Clock is running:
     Time      Alarms       Date        Registers
   04:02:00   05:03:01   08/07[6]/09   0a 0b 0c 0d
Saved RAM: magic 0xe0f1011, boot 0x12, power 0x13, dcr 0x15
Boot Environment:
   Media  : mon
   Devspec:
TCP/IP Network Boot Environment:
   Internet address of this machine: 28.29.30.31 (from Saved RAM)
   Internet address of boot server:  (not set)
   Internet address of boot gateway: (not set)
Misc Environment:
   Version: 3.0.10 July 1, 1987
   Serial Number: 6426
   IP2 Revision E with 1 Meg of memory
   FPA is installed
   Ethernet controller is not installed
iris>

Joined: Sep 2009
Posts: 84
M
Member
Offline
Member
M
Joined: Sep 2009
Posts: 84
Hello all,
I have an error with last svn compil:

Compiling src/mame/machine/konamigx.c...
src/mame/machine/konamigx.c: In function 'konamigx_esc_alert':
src/mame/machine/konamigx.c:271: error: 'K053247_ram' undeclared (first use in this function)
src/mame/machine/konamigx.c:271: error: (Each undeclared identifier is reported only once
src/mame/machine/konamigx.c:271: error: for each function it appears in.)
mingw32-make: *** [obj/windows/mame/mame/machine/konamigx.o] Error 1

Please why i have this, and someone can fix this?
More thanks bye

Edit: Fixed! sorry for inconvenient wink

Last edited by Multipass; 12/05/09 08:35 PM.
Joined: Dec 2006
Posts: 534
M
Senior Member
Offline
Senior Member
M
Joined: Dec 2006
Posts: 534
Hmmm.... wink

[Linked Image from mahlemiut.marpirc.net]

Using Ishido, which is basically runs a minimal TownsOS setup and the game is run within that. Still a ways to go, but it's progress. smile

TownsOS is basically a protected mode GUI on top of MS-DOS 3.1. (Sounds like Windows 3.x :))


- Barry Rodewald
Joined: Mar 2001
Posts: 17,215
Likes: 234
R
Very Senior Member
Offline
Very Senior Member
R
Joined: Mar 2001
Posts: 17,215
Likes: 234
Ooh, nice smile

Joined: Aug 2009
Posts: 1,250
Likes: 171
Very Senior Member
Online Sleepy
Very Senior Member
Joined: Aug 2009
Posts: 1,250
Likes: 171
Is Ishido that mildly interesting puzzle game that's also on GameBoy, PC and Megadrive? shocked

Last edited by Kale; 12/07/09 03:20 AM.
Joined: Dec 2006
Posts: 534
M
Senior Member
Offline
Senior Member
M
Joined: Dec 2006
Posts: 534
Originally Posted by Kale
Is Ishido that mildly interesting puzzle game that's also on GameBoy, PC and Megadrive? shocked
Probably smile


- Barry Rodewald
Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
SVN r6566
TinyGiant HT68K driver
K-OS (Floppy Disk)

[Linked Image from img11.imageshack.us]

Joined: Jul 2007
Posts: 4,625
A
Anna Wu Offline OP
Very Senior Member
OP Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
Compile (32-bit) problem

SVN r6608 +

Compiling src/mess/machine/c1541.c...
cc1.exe: warnings being treated as errors
src/mess/machine/c1541.c: In function 'bit_tick':
src/mess/machine/c1541.c:240: warning: 'byte_ready' is used uninitialized in this function
mingw32-make: *** [obj/windows/mess/mess/machine/c1541.o] Error 1


Last edited by Anna Wu; 12/12/09 06:30 PM.
Page 111 of 536 1 2 109 110 111 112 113 535 536

Link Copied to Clipboard
Who's Online Now
3 members (Kale, 2 invisible), 507 guests, and 1 robot.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,320
Posts121,930
Members5,074
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Forum hosted by www.retrogamesformac.com