summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-02-26 15:10:54 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-02-26 15:10:54 +0000
commit584fe34e8c01237d439b7359ad431e4f67cd0b1d (patch)
tree947a4aa137606ff789b5f2d00bdd5a7885fbfc27 /sys-boot/lilo/files
parentAdding pxeserial flag for sys-boot/lilo (diff)
downloadgentoo-2-584fe34e8c01237d439b7359ad431e4f67cd0b1d.tar.gz
gentoo-2-584fe34e8c01237d439b7359ad431e4f67cd0b1d.tar.bz2
gentoo-2-584fe34e8c01237d439b7359ad431e4f67cd0b1d.zip
Better support for embedded and PXE thanks to solar.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-boot/lilo/files')
-rw-r--r--sys-boot/lilo/files/digest-lilo-22.6.1-r12
-rw-r--r--sys-boot/lilo/files/lilo-22.6.1-novga.patch34
2 files changed, 36 insertions, 0 deletions
diff --git a/sys-boot/lilo/files/digest-lilo-22.6.1-r1 b/sys-boot/lilo/files/digest-lilo-22.6.1-r1
new file mode 100644
index 000000000000..edf8246ca993
--- /dev/null
+++ b/sys-boot/lilo/files/digest-lilo-22.6.1-r1
@@ -0,0 +1,2 @@
+MD5 18473e10859767b8af5d08aa7d9fe1e7 lilo-22.6.1.src.tar.gz 422818
+MD5 88acd6cac12da7e6da02615ba1ca6ddf dolilo-0.3.tar.bz2 3554
diff --git a/sys-boot/lilo/files/lilo-22.6.1-novga.patch b/sys-boot/lilo/files/lilo-22.6.1-novga.patch
new file mode 100644
index 000000000000..108b41343d18
--- /dev/null
+++ b/sys-boot/lilo/files/lilo-22.6.1-novga.patch
@@ -0,0 +1,34 @@
+diff -u lilo-22.6.1/first.S lilo-22.6.1.novga/first.S
+--- lilo-22.6.1/first.S 2004-08-31 12:39:25.000000000 -0700
++++ lilo-22.6.1.novga/first.S 2004-12-06 14:47:22.000000000 -0800
+@@ -522,7 +522,8 @@
+ ; display - write byte in AL to console
+ ; preserves all register contents
+ ;
+-display: pusha ! make sure no register is changed
++display: ret
++ pusha ! make sure no register is changed
+ mov bx,#7 ! BH=0, BL=07
+ mov ah,#14
+ int 0x10
+diff -u lilo-22.6.1/second.S lilo-22.6.1.novga/second.S
+--- lilo-22.6.1/second.S 2004-11-15 18:59:35.000000000 -0800
++++ lilo-22.6.1.novga/second.S 2004-12-06 14:49:03.000000000 -0800
+@@ -2155,7 +2155,7 @@
+
+ ! Display one character on the console
+
+-display:
++display:
+ push bx ! save BX
+
+ #ifndef LCF_NOSERIAL
+@@ -2219,7 +2219,7 @@
+ ;;; xor bh,bh ! display on screen
+ mov bx,#7 ! set color for TEXT interface
+ mov ah,#14
+- int 0x10
++;; int 0x10
+ dispret:
+ pop bx ! restore BX
+ ret