Thread (43 messages) 43 messages, 16 authors, 2011-02-03

Re: [PATCH -next 1/2][RFC] x86: Saveoops: Switch to real-mode and call BIOS

From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2011-01-25 17:29:38
Also in: lkml

On 01/25/2011 05:51 AM, Ahmed S. Darwish wrote:
We get called here upon panic()s to save the kernel log buffer.

First, switch from 64-bit long mode to 16-bit real mode. Afterwards, save the
log buffer to disk using extended INT 0x13 BIOS services. The user has given
us an absolute LBA disk address to save the log buffer to.

By x86 design, this code is mandated to run on a single identity-mapped page.

- How to initialize the disk hardware to its POST state (thus making the
  BIOS code work reliably) while keeping system RAM unmodified?
You can't safely do so, really.
- Is it guaranteed that '0x80' will always be the boot disk drive number?
  If not, we need to be passed the boot drive number from the bootloader.
It's not, and we may not even be booting from disk.

This code seems extremely dangerous, in the "may eat your data" kind of
way.  Using the BIOS once the kernel has run is cantankerous, using it
to *write* is potentially lethal.

	-hpa
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help