public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kalev Lember <kalev@smartlink.ee>
To: linux-kernel@vger.kernel.org
Subject: kexec and framebuffer
Date: Mon, 17 Jul 2006 17:11:06 +0300	[thread overview]
Message-ID: <44BB9A7A.4060100@smartlink.ee> (raw)

Hello,

Kexec skips video initialization code and because of that framebuffer
does not work with relocated kernels.
Like Eric W. Biederman pointed out in
http://www.ussg.iu.edu/hypermail/linux/kernel/0508.0/1674.html ,
screen_info structure from include/linux/tty.h must be passed along to
maintain current video mode.

I made some testing and it's enough to dump screen_info structure from
running kernel and overwrite this info in kexec' x86-linux-setup.c.

I am wondering what would be the preferred method to extract screen_info
from running kernel. Should this be made available from sysfs or maybe a
new system call be created?

-- 
Kalev Lember

             reply	other threads:[~2006-07-17 14:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-17 14:11 Kalev Lember [this message]
2006-07-17 14:29 ` kexec and framebuffer Gerd Hoffmann
2006-07-20 20:42   ` Kalev Lember
2006-07-20 23:28     ` Antonino A. Daplas
2006-07-21  6:54       ` Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44BB9A7A.4060100@smartlink.ee \
    --to=kalev@smartlink.ee \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox