编译Linux内核报错
drivers/video/console/vgacon.o:987:warning:comparison is always true due to limited range of data type
make[3]:***[drivers/video/console/vgacon.o] error 1
make[2]:***[drivers/video/console2] error 2
make[1]:***[drivers/video1] error 2
make:***[drivers] error 2
//解决方法:
在make menuconfig 时Device Drivers → Graphics support → Console display driver support →VGA text console(不选这个)