FreeBSD 8 Kernel Configuration Error Using the VESA Option
- by gvkv
I'm trying to reconfigure FreeBSD 8 (amd64) to allow for a high resolution terminal by following these instructions. The problem is that when I add the two lines:
options VESA
options SC_PIXEL_MODE
and try to build:
make buildkernel KERNCONF=VESAKERN
I get the following error:
/usr/src/sys/amd64/conf/VESAKERN: unknown option "VESA"
and I have no idea why.