summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-11-23 09:44:49 +0800
committerraywu <raywu@aaeon.com.tw>2018-11-23 09:44:49 +0800
commitf2cb49771ba483825400cd636042ffa715ff148e (patch)
tree5cb132c8143011332fc4468eee9f09cde8beefb1
parent896910163decdc83e8264cefe02f07c34408c387 (diff)
downloadzprj-f2cb49771ba483825400cd636042ffa715ff148e.tar.xz
DW01 - Support Full Screen Logo
-rw-r--r--BIOS_CUSTOM/GRG_Logo_800x600.jpgbin0 -> 32284 bytes
-rw-r--r--CRB/CRB.sdl16
-rw-r--r--CRB/CSP.sdl4
3 files changed, 10 insertions, 10 deletions
diff --git a/BIOS_CUSTOM/GRG_Logo_800x600.jpg b/BIOS_CUSTOM/GRG_Logo_800x600.jpg
new file mode 100644
index 0000000..db8bb3f
--- /dev/null
+++ b/BIOS_CUSTOM/GRG_Logo_800x600.jpg
Binary files differ
diff --git a/CRB/CRB.sdl b/CRB/CRB.sdl
index 8b19f99..1900690 100644
--- a/CRB/CRB.sdl
+++ b/CRB/CRB.sdl
@@ -2337,14 +2337,14 @@ TOKEN
Token = "WIN8_FEATURE_SUPPORT" "=" "0"
End
-TOKEN
- Name = "GC_MODE0"
- Value = "{ 0, 80, 25, 0, 0 }"
- Help = "Parameters of the graphica console text mode 0.\NOTE: Text resolution of the mode 0 must be 80 by 25\Format: {ModeNumber, TextColomns,TextRows, HorizontalPixels,VerticalPixels}"
- TokenType = Expression
- TargetH = Yes
- Token = "WIN8_FEATURE_SUPPORT" "=" "1"
-End
+##TOKEN
+## Name = "GC_MODE0"
+## Value = "{ 0, 80, 25, 0, 0 }"
+## Help = "Parameters of the graphica console text mode 0.\NOTE: Text resolution of the mode 0 must be 80 by 25\Format: {ModeNumber, TextColomns,TextRows, HorizontalPixels,VerticalPixels}"
+## TokenType = Expression
+## TargetH = Yes
+## Token = "WIN8_FEATURE_SUPPORT" "=" "1"
+##End
TOKEN
Name = "DEFAULT_QUIET_BOOT"
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index 1242bd0..83240be 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -1582,7 +1582,7 @@ TOKEN
End
TOKEN
Name = "GC_MODE0"
- Value = "{ 0, 80, 25, 640, 480 }"
+ Value = "{ 0, 80, 25, 800, 600 }"
Help = "Parameters of the graphica console text mode 0.\NOTE: Text resolution of the mode 0 must be 80 by 25\Format: {ModeNumber, TextColomns,TextRows, HorizontalPixels,VerticalPixels}"
TokenType = Expression
TargetH = Yes
@@ -1607,7 +1607,7 @@ TOKEN
End
TOKEN
Name = "LOGO_FILE_NAME"
- Value = "BIOS_CUSTOM\logo.jpg"
+ Value = "BIOS_CUSTOM\GRG_Logo_800x600.jpg"
TokenType = Expression
TargetMAK = Yes
End