vbe mode query
[bootcensus] / src / kmain.c
index e0d1358..339d3e0 100644 (file)
@@ -25,6 +25,7 @@ along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #include "timer.h"
 #include "contty.h"
 #include "video.h"
+#include "vbetest.h"
 
 
 void logohack(void);
@@ -59,9 +60,7 @@ void pcboot_main(void)
                                break;
 
                        case KB_F2:
-                               set_video_mode(640, 480, 16);
                                vbetest();
-                               set_vga_mode(3);
                                break;
                        }
                        if(isprint(c)) {