mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-12-21 10:30:03 +00:00
Forget the user record
This commit is contained in:
parent
06c3d34b2f
commit
4b13a3e2b1
@ -57,7 +57,7 @@ gABPUserReply ; reply to rbMapUser packet
|
||||
dc.w 0 ; imageID (we always use 0)
|
||||
dc.w 0 ; error code
|
||||
dc.l (BlobEnd-Blob)/ATBOOT_BLK_SIZE ; block count
|
||||
dcb.b 568 ; arbitrary bytes
|
||||
; we could put an arbitrary 568b "user record" here
|
||||
|
||||
gABPImageReply ; reply to rbImageRequest packet
|
||||
dc.b 4 ; rbImageData
|
||||
@ -233,7 +233,7 @@ SocketListener ; Socket listener registers documented in IM
|
||||
clr.w -(A1)
|
||||
lea gABPUserReply,A0
|
||||
move.l A0,-(A1)
|
||||
move.w #586,-(A1)
|
||||
move.w #18,-(A1)
|
||||
lea gABPAddress,A0
|
||||
move.l A0,-(A1)
|
||||
clr.w -(A1)
|
||||
|
Loading…
Reference in New Issue
Block a user