home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 October / PCpro_2006_10.ISO / files / wininside / ubcd / ubcd34-basic.exe / ubcd34-basic.iso / images / drubcd.img / config.sys < prev    next >
Encoding:
Text File  |  2006-02-03  |  944 b   |  49 lines

  1. timeout=3,Y,1
  2. echo=1. Boot with EMM386 (most compatible) ***
  3. echo=2. Boot with EMM386 (optimal memory)
  4. echo=3. Boot Without EMM386 (choose this when PC freezes)
  5. echo=4. Clean boot
  6. switch AUTO, MAX, NOEMM, CLEAN
  7. exit
  8. :COMMON
  9. set os=dr
  10. history=on,512,on
  11. switches=/f
  12. break=off
  13. files=99
  14. lastdrive=z
  15. stacks=0,0
  16. return
  17. :AUTO
  18. gosub COMMON
  19. set config=AUTO
  20. dos=high,umb
  21. hibuffers=32
  22. device=\bin\emm386.exe exclude=d000-d7ff exclude=ec00-eeff noems
  23. shell=\command.com /f /e:2048 /p
  24. rem devicehigh=\bin\ifshlp.sys
  25. return
  26. :MAX
  27. gosub COMMON
  28. set config=MAX
  29. dos=high,umb
  30. hibuffers=32
  31. device=\bin\emm386.exe include=b000-b7ff noems
  32. shell=\command.com /f /e:2048 /p
  33. rem devicehigh=\bin\ifshlp.sys
  34. return
  35. :NOEMM
  36. gosub COMMON
  37. set config=NOEMM
  38. dos=high
  39. buffers=32
  40. device=\bin\himem.sys
  41. shell=\command.com /f /e:2048 /p
  42. rem device=\bin\ifshlp.sys
  43. return
  44. :CLEAN
  45. set config=CLEAN
  46. set os=dr
  47. shell=\command.com /p
  48. return
  49.