home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / zkuste / boot / download / CONFIG.SYS < prev   
INI File  |  2004-05-07  |  875b  |  35 lines

  1. [menu]
  2. menuitem=CD,    Start computer with    CD-ROM and with RAM-DRIVE support.
  3. menuitem=NOCD,  Start computer without CD-ROM and with RAM-DRIVE support.
  4. menuitem=PLAIN, Start computer without any drivers (use for flashing BIOS).
  5. menudefault=CD,30
  6. menucolor=7,0
  7.  
  8. [PLAIN]
  9. REM for flashing BIOS
  10.  
  11. [CD]
  12. device=himem.sys /testmem:off
  13. device=vide-cdd.sys /D:MY_CD 
  14. dos=high,umb
  15. device=display.sys con=(ega,852,1)
  16. country=042,852,country.sys
  17. install=mode.com con cp prepare=((852) ega.cpi)
  18. install=mode.com con cp select=852
  19. install=keyb.com cz,852,keybrd2.sys
  20.  
  21. [NOCD]
  22. device=himem.sys /testmem:off
  23. dos=high,umb
  24. device=display.sys con=(ega,852,1)
  25. country=042,852,country.sys
  26. install=mode.com con cp prepare=((852) ega.cpi)
  27. install=mode.com con cp select=852
  28. install=keyb.com cz,852,keybrd2.sys
  29.  
  30. [COMMON]
  31. files=10
  32. buffers=10
  33. stacks=0,0
  34. lastdrive=z
  35.