home *** CD-ROM | disk | FTP | other *** search
- > Then It built the kernel library properly. But when it came to do
- > "loading vmunix" it struggled over 2 missing functions:
- > 1.) _kernel_font_baseline
- > 2.) _kernel_font_boldsmear
-
- These are not functions.. they're two new variables used by Chris'
- console driver. kernel_font.c.distrib should contain the following
- two lines (at least it does on my system...):
-
- unsigned char kernel_font_baseline = 11;
- short kernel_font_boldsmear = 1;
-
- -Markus
-
-