1: /*
   2:  *	SCCS id	@(#)NONEboot.s	1.2 (Berkeley)	2/19/87
   3:  */
   4: / The intention is for this file to be used if a boot program isn't
   5: / available for a particulare drive/controller, or the autoboot
   6: / feature isn't desired.
   7: 
   8: halt = 0
   9: 
  10: .globl _doboot, hardboot
  11: _doboot:
  12: hardboot:
  13:         halt                    / die ...

Defined functions

_doboot declared in line 10; defined in line 11; used 1 times
  • in line 10
hardboot declared in line 10; defined in line 12; used 1 times
  • in line 10
Last modified: 1996-06-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1409
Valid CSS Valid XHTML 1.0 Strict