Modity LTEMM driver for XTMax.
This commit is contained in:
@@ -3557,7 +3557,7 @@ info:
|
||||
; EMM driver initial routine work data area
|
||||
;--------------------------------------------------------------------
|
||||
start_msg db CR,LF
|
||||
DB 'LTEMM: Lo-tech EMM Driver '
|
||||
DB 'LTEMM: Lo-tech EMM Driver for XTMax '
|
||||
msg_ver db 'r01'
|
||||
DB CR,LF,'$'
|
||||
install_msg label byte
|
||||
@@ -3573,8 +3573,9 @@ notinst DB 'Installation failed - No EMS available.',CR,LF,LF,'$'
|
||||
pagemsg DB '0000 Pages testing, Esc bypass test',CR,'$'
|
||||
tstpage DB '0000',CR,'$'
|
||||
info_msg db CR,LF
|
||||
db 'Expanded Memory Manager for the Lo-tech 2MB EMS board.',CR,LF
|
||||
db 'Expanded Memory Manager for the XTMax expansion board.',CR,LF
|
||||
db CR,LF
|
||||
db 'Based on Lo-tech EMM Driver for the Lo-tech 2MB EMS board..',CR,LF
|
||||
db 'Based on original works Copyright (c) 1988, Alex Tsourikov.',CR,LF
|
||||
db 'All rights reserved.',CR,LF
|
||||
db CR,LF
|
||||
|
||||
@@ -81,7 +81,7 @@ hardware_info_struct STRUC
|
||||
hardware_info_struct ENDS
|
||||
|
||||
HANDLE_CNT EQU 64 ;max handle count
|
||||
PAGE_MAX EQU 128 ;max logical page count
|
||||
PAGE_MAX EQU 255 ;max logical page count
|
||||
BACK_MAX EQU 5 ;max mapping data backup count
|
||||
I8042 EQU 60H ;i8042 i/o port address
|
||||
TIME_OUT EQU 1000 ;
|
||||
|
||||
Reference in New Issue
Block a user