mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2026-04-20 19:16:40 +00:00
Fix incorrect names in advertisement/discovery
BootServer discovery works even with incorrect names, so they don't really matter.
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ bootVars
|
||||
dcb.l 4, "PWD " ; signature image signature
|
||||
dcb.b 32 ; userName an array of char, no length byte
|
||||
dcb.b 8 ; password ditto
|
||||
dc.w $8888 ; serverNum the server number
|
||||
dc.w $0000 ; serverNum the server number
|
||||
dcb.b 8 ; padding to 68b
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user