home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / sys / vax / consolerl / defboo.up < prev    next >
Encoding:
Text File  |  1985-08-09  |  585 b   |  19 lines

  1. !
  2. ! Load 'boot.' and boot 4.3BSD.
  3. !
  4. ! 'up' drive type boot to multi user mode
  5. !
  6. !
  7. SET SNAP ON        ! Enable ERROR_HALT snapshots
  8. SET FBOX OFF        ! System will turn on Fbox
  9. INIT            ! SRM processor init
  10. UNJAM             ! UNJAM SBIA's and enable master sbia interrupts
  11. INIT/PAMM        ! INIT physical address memory map
  12. DEPOSIT CSWP 8        ! Turn off the cache - System will enable cache
  13.  
  14. DEPOSIT R10 2        ! 'up' drive type - uba0 - drive 0
  15. DEPOSIT R11 0        ! Software boot flags (multi user mode)
  16.  
  17. LOAD/START:0 BOOT.    ! Load 'boot.' at memory location 0
  18. START 2            ! Start 'boot.' at the address 2
  19.