home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21746 < prev    next >
Encoding:
Text File  |  1992-12-26  |  2.0 KB  |  51 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!rs6000.cmp.ilstu.edu!jliddle
  3. From: jliddle@rs6000.cmp.ilstu.edu (Jean Liddle)
  4. Subject: Re: HIMEM.SYS&WINDOWS3.1&LINUX(kernel panic after run windows3.1)
  5. Message-ID: <1992Dec26.173510.7665@rs6000.cmp.ilstu.edu>
  6. Date: Sat, 26 Dec 1992 17:35:10 GMT
  7. References: <1992Dec26.041223.62271@cc.usu.edu>
  8. Organization: Illinois State University
  9. Lines: 40
  10.  
  11. In article <1992Dec26.041223.62271@cc.usu.edu> slc4x@cc.usu.edu writes:
  12. >Hi: 
  13. >     The problem is that after I install SLS, I backup some of my dos
  14. >file and reinstall the MS WINDOWS 3.1. After I reinstall it and run the windows
  15. >I try to login linux again(of cause I reset the system). But there's an error
  16. >message come out just before linux load the kernel into the memory. The error
  17. >message is
  18.  
  19. t is unlear in your post whether you are doing a warm-reboot from DOS to
  20. linux, and whether you are using LILO or BOOT.SYS to select your
  21. operating system, or just running bootlin from the DOS command line.
  22. Personally, I use boot.sys because (a) I still keep DOS around for games
  23. and (b) I'm too cowardly to mess around with the boot sector of my hard drive.
  24. If you are doing this, you can use himem.sys or other 386 memory 
  25. management, as long as your config.sys file is organimzed something like
  26. this:
  27.  
  28. device=boot.sys [various args]
  29.   device=boot.a
  30.   device=top     Select Desired Operating System
  31.   device=boot.1  Linux
  32.     shell=c:\etc\bootlin.com c:\etc\image
  33.   device=boot.2
  34.     device=himem.sys
  35.     [ ... other ms-dos drivers, BUFFERS=, FILES=,  etc. ]
  36.   device=boot.z
  37. device=boot.end
  38.  
  39. In this case, if you want to bootup linux, you do so without starting
  40. any goofy memory management stuff under DOS which might interfere with
  41. bootlin and hence how the linux kernel gets loaded into memory.
  42.  
  43. hope this helps!
  44.  
  45. Jean.
  46. -- 
  47. Jean Liddle                                 
  48. Computer Science, Illinois State University  
  49. e-mail:  jliddle@ilstu.edu                  
  50. --------------------------------------------
  51.