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 ...