Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!emory!att!news.cs.indiana.edu!ariel.unm.edu!nmsu!opus!matelgar From: matelgar@nmsu.edu (Marek Telgarsky) Newsgroups: comp.os.msdos.misc Subject: MSDOS 5.0 ..HELP!! Message-ID: Date: 23 Jun 91 17:57:12 GMT Sender: news@NMSU.Edu Distribution: comp Organization: NMSU Computer Science Lines: 23 I have been having trouble with my config.sys file.. The manual shows you no examples of config.sys's with the devicehigh implemented.. I dont know what is wrong with mine.. can someone who has a working config show me what im doing wrong? Well... this is it except for all the files/buffers/lastdrive/etc stuff: device=c:\dos\himem.sys device=c:\dos\emm386.exe 800 dos=high, umb highdevice=c:\util\mouse\mouse.sys highdevice=c:\star\eansi.sys highdevice=c:\windows\smartdrv 2048 512 and what i want this to do is to load the mouse, ansi, and smartdrive into high memory, which would leave me with about 590-600K normal memory free... can you tell me why it does not load them into high memory? Thanks in advance :) Marek /***********************************************************************/ main() { /* matelgar@dante.nmsu.edu */ printf("Hello World!\n"); }