This commit is contained in:
parent
2e71dd8c09
commit
83fda54d75
@ -2336,3 +2336,17 @@
|
||||
call cwritestr
|
||||
pop si ; KernelCName
|
||||
call cwritestr
|
||||
--- gfxboot.inc
|
||||
+++ gfxboot.inc
|
||||
@@ -417,8 +417,10 @@
|
||||
shr eax,20
|
||||
cmp ax,16
|
||||
jb gfx_init_40 ; at least 16MB
|
||||
- mov word [gfx_xmem_0],81h ; 1MB at 8MB
|
||||
+ mov word [gfx_xmem_0], 81h ; 1MB at 8MB
|
||||
mov word [gfx_xmem_1],0a1h ; 1MB at 10MB
|
||||
+ mov word [gfx_xmem_2],0c1h ; 1MB at 12MB
|
||||
+ mov word [gfx_xmem_3],0e1h ; 1MB at 14MB
|
||||
|
||||
mov dword [gfx_save_area1],7f0000h ; 8MB-64k
|
||||
gfx_init_40:
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 16:43:51 CEST 2008 - snwint@suse.de
|
||||
|
||||
- give more memory to gfxboot code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 11:13:31 CEST 2008 - snwint@suse.de
|
||||
|
||||
|
@ -22,7 +22,7 @@ Requires: mtools
|
||||
AutoReqProv: on
|
||||
Summary: Boot Loader for Linux
|
||||
Version: 3.63
|
||||
Release: 1
|
||||
Release: 5
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: isolinux-config
|
||||
Patch: %{name}-%{version}.diff
|
||||
@ -68,6 +68,8 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32
|
||||
%{_datadir}/syslinux
|
||||
|
||||
%changelog
|
||||
* Mon Apr 28 2008 snwint@suse.de
|
||||
- give more memory to gfxboot code
|
||||
* Mon Apr 14 2008 snwint@suse.de
|
||||
- update to version 3.63
|
||||
* Lots of bug fixes.
|
||||
|
Loading…
Reference in New Issue
Block a user