Questions:
1) Will the card even work with this motherboard?
2) Will its DOS drivers conflict with my on-board audio and cause any issues with IRQs etc.?
3) The Live!'s DOS drivers require EMM386 to be loaded as a prerequisite. Now I'm facing a wierd problem with EMM386 that I've never seen before. Here are the outputs from MEM /C /P without and with EMM386 loaded:
Without EMM386
Code: Select all
Memory Summary:
Type of Memory Total Used Free
---------------- ----------- ----------- -----------
Conventional 655,360 31,648 623,712
Upper 0 0 0
Reserved 0 0 0
*************************************************************
Extended (XMS) 3,183,476,7 65,536 3,183,411,2
---------------- ----------- ----------- -----------
Total memory 3,184,132,0 97,184 3,184,034,9
*************************************************************
Total under 1 MB 655,360 31,648 623,712
Largest executable program size 623,616 (609K)
Largest free upper memory block 0 (0K)
MS-DOS is resident in the high memory area.
Code: Select all
Memory Summary:
Type of Memory Total Used Free
---------------- ----------- ----------- -----------
Conventional 655,360 16,288 639,072
Upper 129,504 19,664 109,840
Reserved 0 0 0
*************************************************************
Extended (XMS) 3,183,347,2 ? 0
---------------- ----------- ----------- -----------
Total memory 3,184,132,0 ? 748,912
*************************************************************
Total under 1 MB 784,864 35,952 748,912
Largest executable program size 639,056 (624K)
Largest free upper memory block 65,280 (64K)
MS-DOS is resident in the high memory area.