login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
May
»
9
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alexander van Heukelum
Subject:
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
Date: Wednesday, May 9, 2007 - 1:54 am
On Wed, May 09, 2007 at 08:04:07AM +0800, Antonino A. Daplas wrote:
quoted text
> On Tue, 2007-05-08 at 20:32 +0200, Alexander van Heukelum wrote: > > diff --git a/arch/i386/boot/bootsect.S b/arch/i386/boot/bootsect.S > > diff --git a/arch/i386/boot/video.S b/arch/i386/boot/video.S > > index 8143c95..8e404cb 100644 > > --- a/arch/i386/boot/video.S > > +++ b/arch/i386/boot/video.S > > @@ -95,7 +95,8 @@ #define PARAM_VESAPM_SEG 0x2e > > #define PARAM_VESAPM_OFF 0x30 > > #define PARAM_LFB_PAGES 0x32 > > #define PARAM_VESA_ATTRIB 0x34 > > -#define PARAM_CAPABILITIES 0x36 > > +#define PARAM_VESA_PAD 0x36 > > +#define PARAM_CAPABILITIES 0x38 > > > > /* Define DO_STORE according to CONFIG_VIDEO_RETAIN */ > > #ifdef CONFIG_VIDEO_RETAIN > > diff --git a/include/linux/screen_info.h b/include/linux/screen_info.h > > index b02308e..0a2e892 100644 > > --- a/include/linux/screen_info.h > > +++ b/include/linux/screen_info.h > > @@ -41,8 +41,8 @@ struct screen_info { > > u16 vesapm_off; /* 0x30 */ > > u16 pages; /* 0x32 */ > > u16 vesa_attributes; /* 0x34 */ > > - u32 capabilities; /* 0x36 */ > > - /* 0x3a -- 0x3b reserved for future expansion */ > > + u16 vesa_pad; /* 0x36 */ > > + u32 capabilities; /* 0x38 */ > > /* 0x3c -- 0x3f micro stack for relocatable kernels */ > > }; > > > > You would also need this minor change. > > Tony > > diff --git a/arch/i386/boot/video.S b/arch/i386/boot/video.S > index 5e2280c..2d637d1 100644 > --- a/arch/i386/boot/video.S > +++ b/arch/i386/boot/video.S > @@ -95,7 +95,7 @@ #define PARAM_VESAPM_SEG 0x2e > #define PARAM_VESAPM_OFF 0x30 > #define PARAM_LFB_PAGES 0x32 > #define PARAM_VESA_ATTRIB 0x34 > -#define PARAM_CAPABILITIES 0x36 > +#define PARAM_CAPABILITIES 0x38 > > /* Define DO_STORE according to CONFIG_VIDEO_RETAIN */ > #ifdef CONFIG_VIDEO_RETAIN
Hi! I'm making coffee now. I just don't see what I missed? Maybe you were led astray by the new PARAM_VESA_PAD I added? Greetings, Alexander -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] Make bootsector stub 16-bit-only (i386)
, Alexander van Heukelum
, (Sat May 5, 3:44 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, H. Peter Anvin
, (Sat May 5, 11:07 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Andrew Morton
, (Tue May 8, 3:28 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, H. Peter Anvin
, (Tue May 8, 4:25 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Andi Kleen
, (Tue May 8, 5:27 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, H. Peter Anvin
, (Tue May 8, 10:13 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Andrew Morton
, (Tue May 8, 11:12 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, H. Peter Anvin
, (Tue May 8, 11:27 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Alexander van Heukelum
, (Tue May 8, 11:32 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, H. Peter Anvin
, (Tue May 8, 11:45 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Alexander van Heukelum
, (Tue May 8, 12:19 pm)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Andrew Morton
, (Tue May 8, 1:00 pm)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, H. Peter Anvin
, (Tue May 8, 3:27 pm)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Antonino A. Daplas
, (Tue May 8, 5:04 pm)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Alexander van Heukelum
, (Wed May 9, 1:54 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Antonino A. Daplas
, (Wed May 9, 6:45 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Lennart Sorensen
, (Wed May 9, 7:30 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Antonino A. Daplas
, (Wed May 9, 7:51 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, H. Peter Anvin
, (Wed May 9, 9:51 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, Alexander van Heukelum
, (Wed May 9, 11:18 am)
Re: [PATCH] Make bootsector stub 16-bit-only (i386)
, H. Peter Anvin
, (Wed May 9, 11:27 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queu