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

  1. On Dec 12,  9:13pm, Roy Trevino wrote:
  2. > Consider this code fragment from loadbsd.  num_cd is presumably the
  3. > number of configured devices.  Since I have none, this number is zero.
  4. > So the for() loop will never get executed.  Too bad, because that is
  5. > the only place kcd is initialized, and then it goes straight into 
  6. > kmem_list as a big 0 (not where the kernel really is).
  7.  
  8.   Ouch! Ooops!  [Guess who added the kmem_list code?]
  9.  
  10. > I guess I always wanted to load up gcc on the amigados side anyways
  11. > so that I could build the new fontdumper :-).  At last I can go back to
  12. > X11.  Life is good again!
  13.  
  14.   I don't think you will be able to run X11 on the 720 kernel without a
  15. slight modification to the console routines  [in ite_cc.c, when the ite
  16. console is shut off by enabling graphics, there is now a viewioctl that
  17. removes the current view - since the grfon routine doesn't display the
  18. view, nothing will display;  I just removed the VIEW_REMOVE ioctl call
  19. (in the 713 version of that code - I think it is the same in the 720
  20. version)].
  21.  
  22. Michael
  23.  
  24. -- 
  25. Michael L. Hitch            INTERNET:  osymh@montana.edu
  26. Computer Consultant            BITNET:  OSYMH@MTSUNIX1.BITNET
  27. Office of Systems and Computing Services
  28. Montana State University    Bozeman, MT    USA
  29.  
  30.