mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-01-17 17:30:45 +00:00
Relax our server-wait time!
This commit is contained in:
parent
a84a379886
commit
926e94a81e
@ -48,7 +48,7 @@ pramDone
|
|||||||
pea MyString
|
pea MyString
|
||||||
dc.w $ABFF ; _DebugStr
|
dc.w $ABFF ; _DebugStr
|
||||||
move.l $16A,D0 ; Ticks
|
move.l $16A,D0 ; Ticks
|
||||||
add.l #60,D0
|
add.l #30,D0
|
||||||
.loop cmp.l $16A,D0
|
.loop cmp.l $16A,D0
|
||||||
bhi.s .loop
|
bhi.s .loop
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ bootVars
|
|||||||
dc.b $80 ; flags flags for: never net boot, boot first, etc.
|
dc.b $80 ; flags flags for: never net boot, boot first, etc.
|
||||||
; bootVars ATPRAMrec
|
; bootVars ATPRAMrec
|
||||||
dc.b 0 ; nbpVars address of last server that we booted off of
|
dc.b 0 ; nbpVars address of last server that we booted off of
|
||||||
dc.b 0 ; timeout seconds to wait for bootserver response
|
dc.b 5 ; timeout seconds to wait for bootserver response
|
||||||
dcb.l 4, "PWD " ; signature image signature
|
dcb.l 4, "PWD " ; signature image signature
|
||||||
dcb.b 32 ; userName an array of char, no length byte
|
dcb.b 32 ; userName an array of char, no length byte
|
||||||
dcb.b 8 ; password ditto
|
dcb.b 8 ; password ditto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user