It solution for Intel cloud




 Notice that the values 10 to 14 place the page frame in conventional memory and should only be used as a last resort. For example, to place the page frame at CC00 you could use:
DEVICE=EMM386.EXE m4
or
DEVICE=EMM386.EXE frame=CC00
To discover the location of a potential page frame sized gap in the memory map you could use a utility that examines the memory to generate a memory map-but if the configuration is complicated enough to fool EMM386’s automatic installation it will also fool simple memory mappers. One crude but effective way is to simply try each of the possible page frame location in the UMA, i.e. from 1 to 9. When you do this, indeed whenever you alter the CONFIG.SYS file, it is important to make sure that you have a floppy that can be used to boot the machine in case the changers stop the machine booting from the hard disk. 

mx       or         frame =address
to the line that loads EMM386. In the first instance you have to specify x, a number between I and 14 and in the second an equivalent segment address. The values and addresses are:

1=C000                       8=DC00
2=C400                       9=E000
3=C800                       10=8000
4=CC00                      11=8400
5=D000                       12=8800
6=D400                       13=8C00
7=D800                       14=9000   



0 Komentar untuk "It solution for Intel cloud "

Back To Top