mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-12-30 06:29:52 +00:00
Relax our server-wait time!
This commit is contained in:
parent
a84a379886
commit
926e94a81e
@ -48,7 +48,7 @@ pramDone
|
||||
pea MyString
|
||||
dc.w $ABFF ; _DebugStr
|
||||
move.l $16A,D0 ; Ticks
|
||||
add.l #60,D0
|
||||
add.l #30,D0
|
||||
.loop cmp.l $16A,D0
|
||||
bhi.s .loop
|
||||
|
||||
@ -89,7 +89,7 @@ bootVars
|
||||
dc.b $80 ; flags flags for: never net boot, boot first, etc.
|
||||
; bootVars ATPRAMrec
|
||||
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.b 32 ; userName an array of char, no length byte
|
||||
dcb.b 8 ; password ditto
|
||||
|
Loading…
Reference in New Issue
Block a user