Move NULL device code from _TEXT to CONST to prevent a crash

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@461 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2002-11-09 19:21:09 +00:00
parent 4c2538b79e
commit 74ed5eea00

View File

@ -206,7 +206,7 @@ segment INIT_TEXT_END
; the NUL device ; the NUL device
;************************************************************ ;************************************************************
segment _TEXT segment CONST
; ;
; NUL device strategy ; NUL device strategy