23 lines
611 B
Diff
23 lines
611 B
Diff
|
From d72015266eb5f1cf712db5edec3aa6926447f668 Mon Sep 17 00:00:00 2001
|
||
|
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
|
||
|
Date: Thu, 28 Jun 2012 15:36:48 +0200
|
||
|
Subject: [PATCH 002/364] missing file from last commit
|
||
|
|
||
|
---
|
||
|
grub-core/term/i386/pc/mda_text.c | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
create mode 100644 grub-core/term/i386/pc/mda_text.c
|
||
|
|
||
|
diff --git a/grub-core/term/i386/pc/mda_text.c b/grub-core/term/i386/pc/mda_text.c
|
||
|
new file mode 100644
|
||
|
index 0000000..907a36e
|
||
|
--- /dev/null
|
||
|
+++ b/grub-core/term/i386/pc/mda_text.c
|
||
|
@@ -0,0 +1,3 @@
|
||
|
+#define MODE_MDA 1
|
||
|
+#include "vga_text.c"
|
||
|
+
|
||
|
--
|
||
|
1.8.1.4
|
||
|
|