mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2024-12-13 18:30:24 +00:00
More neatening
This commit is contained in:
parent
02ea33392e
commit
72bcd522ea
@ -19,8 +19,7 @@ ServerHeader
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Inline globals are practical because we are locked in the sysheap
|
||||
|
||||
ATBOOT_BLK_LOG equ 8
|
||||
ATBOOT_BLK_SIZE equ 1<<ATBOOT_BLK_LOG
|
||||
ATBOOT_BLK_SIZE equ 256 ; multiple of 64, must match Makefile
|
||||
|
||||
gNameTableEntry ; Installed using RegisterName
|
||||
dc.l 0 ; qLink
|
||||
|
Loading…
Reference in New Issue
Block a user