home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-11 / text0263.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  457 b   |  15 lines

  1. > Then It built the kernel library properly. But when it came to do
  2. > "loading vmunix" it struggled over 2 missing functions:
  3. > 1.) _kernel_font_baseline
  4. > 2.) _kernel_font_boldsmear
  5.  
  6. These are not functions.. they're two new variables used by Chris'
  7. console driver. kernel_font.c.distrib should contain the following
  8. two lines (at least it does on my system...):
  9.  
  10. unsigned char kernel_font_baseline = 11;
  11. short         kernel_font_boldsmear = 1;
  12.  
  13. -Markus
  14.  
  15.