Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ prom_restart(2spp) — mips UMIPS RISC/os 5.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

prom_reset(2spp)

prom_reboot(2spp)

prom_reinit(2spp)

prom_autoboot(2spp)



PROMRESTART(2spp)  RISC/os Reference Manual   PROMRESTART(2spp)



NAME
     prom_restart - re-enter PROM monitor command mode

SYNOPSIS
     #include <prom/entrypt.h>
     #define RVEC 0xbfc00000

     promrestart()

DESCRIPTION
     Prom_restart transfers control to the PROM monitor such that
     the PROM monitor enters command mode.  The PROM monitor's
     data area (see /usr/include/entrypt.h ) must be unaltered
     since the monitor last ran for this call to be effective.

EXAMPLE
     The following example shows the typical use of prom_restart.


          li v0, PROM_RESTART
          j  v0

          restart:  .asciiz "RESET \r\n"


SEE ALSO
     prom_reset(2spp), prom_reboot(2spp), prom_reinit(2spp),
     prom_autoboot(2spp)



























                         Printed 1/6/92                    Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026