mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-24 22:34:29 +02:00
ensure offset to critical patch tables doesn't change - from a921e21edc
(add 0x315 mark)
This commit is contained in:
parent
dd91e3c005
commit
cd4709f09b
@ -575,6 +575,8 @@ _net_name db ' ' ;-27 - 15 Character Network Name
|
|||||||
global _return_code
|
global _return_code
|
||||||
global _internal_data
|
global _internal_data
|
||||||
|
|
||||||
|
; ensure offset of critical patch table remains fixed, some programs hard code offset
|
||||||
|
times (0315h - ($ - DATASTART)) db 0
|
||||||
global _CritPatch
|
global _CritPatch
|
||||||
_CritPatch dw 0 ;-11 zero list of patched critical
|
_CritPatch dw 0 ;-11 zero list of patched critical
|
||||||
dw 0 ; section variables
|
dw 0 ; section variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user