home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-12 / text0024.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  2.0 KB  |  48 lines

  1. On Dec  2,  3:39pm, David Crooke wrote:
  2. > Kiddie questions, for someone less busy than Markus Wild...
  3. ...
  4. > I don't quite follow this - under 644 I don't do anything to format
  5. > the swap partition (no newfs), it just comes up on its own and mounts
  6. > - or does mount_mfs do something clever with it?
  7.  
  8.   I think mount_mfs uses newfs to create the /tmp filesystem.  I had to
  9. update the newfs before I could mount /tmp.  Since I was switching back and
  10. forth for a little while, I had to keep switching newfs :-(.
  11.  
  12. > Does this mean people who have built the system under 644 should get
  13. > the new newfs and reinstall /usr ? "Oh no, not again!", thought the
  14. > bowl of petunias.
  15.  
  16.   No, you just need to put the new binaries (newfs and disklabel) on
  17. /usr/sbin.  [I think the disklabel size change is only internal to the
  18. kernel, not the actual disk.]
  19.  
  20. > Also, with this kernel, the console doesn't quite scroll right (I'm
  21. > using the default reduced-size HiRes-Interlace mode; I'll change when
  22. > I work out how) and leaves a line of blue (colour 3 ?) at the top of
  23. > the screen. When I reboot I get the text area of the console screen
  24.  
  25.   I had a report about the blue line on an A4000, and just recently noticed
  26. it on my system when I was running screen.  I had wondered if it was something
  27. on my '040 kernel, but it looks like it's not CPU specific.
  28.  
  29. > going crazy with what looks like 32 pixel wide horizontal striping
  30. > interspersed with other psychadelic behaviour, and I have to give it
  31. > the Vulcan nerve pinch (Ctrl-A-A).
  32.  
  33.   There's a big bug in the reboot code (due to a bug in gas) so that the
  34. reboot code doesn't get copied to chip memory.  When the MMU is turned off,
  35. the code disappears and the pc is pointing to random garbage.  The older
  36. kernels allocated chip memory from the high end, so the reboot code in the
  37. chipmem copy of the kernel remained intact.
  38.  
  39. Michael
  40.  
  41. -- 
  42. Michael L. Hitch            INTERNET:  osymh@montana.edu
  43. Computer Consultant            BITNET:  OSYMH@MTSUNIX1.BITNET
  44. Office of Systems and Computing Services
  45. Montana State University    Bozeman, MT    USA
  46.  
  47.