From 46d8d540afa21d72674f73aeaf0c4bb0363b0873 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 25 Dec 2005 10:35:23 +0000 Subject: [PATCH] addig follow reslution to select betwin vbe_640x480x16, vbe_800x600x8, vbe_1024x768x8, vbe_1024x768x16 svn path=/trunk/; revision=20327 --- reactos/bootdata/txtsetup.sif | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reactos/bootdata/txtsetup.sif b/reactos/bootdata/txtsetup.sif index 38d4edb1407..737ab0631f1 100644 --- a/reactos/bootdata/txtsetup.sif +++ b/reactos/bootdata/txtsetup.sif @@ -68,8 +68,13 @@ halmp.dll = 2,hal.dll [Display] ; = ,,,,, vga = "VGA Display (640x680x8)",,Vga,640,480,8 -vbe_lowres = "VESA Display (640x680x8)",,VBE,640,480,8 +vbe_640x480x8 = "VESA Display (640x680x8)",,VBE,640,480,8 +vbe_640x480x16 = "VESA Display (640x680x16)",,VBE,640,480,16 +vbe_800x600x8 = "VESA Display (800x600x8)",,VBE,800,600,8 vbe = "VESA Display (800x600x16)",,VBE,800,600,16 +vbe_1024x768x8 = "VESA Display (1024x768x8)",,VBE,1024,768,8 +vbe_1024x768x16 = "VESA Display (1024x768x16)",,VBE,1024,768,16 + [Map.Display] ; = -- 2.17.1