public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Jakub Vana <gugux@centrum.cz>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: x86 - Realmode BIOS and Code calling module
Date: Thu, 12 Aug 2004 12:56:43 +0100	[thread overview]
Message-ID: <1092311802.21978.22.camel@localhost.localdomain> (raw)
In-Reply-To: <20040812093653Z2097836-29040+39160@mail.centrum.cz>

On Iau, 2004-08-12 at 10:36, Jakub Vana wrote:
> Hello,
> 
> I have written Linux Kernel module that allows you to call BIOS
> interupts, Far services or your own code. 

Why is this better than LRMI in user mode. To do BIOS calls safely
you need to be very careful about things like PCI locking, I/O 
emulation and the ROM scribbling in strange places. LRMI can handle this
in user space as does x86emu in Xorg.

All you should thus need is an ioctl in vesafb to tell it you've 
changed the display properties and here is the new layout to use.


  reply	other threads:[~2004-08-12 12:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-12  9:36 x86 - Realmode BIOS and Code calling module Jakub Vana
2004-08-12 11:56 ` Alan Cox [this message]
2004-09-06 15:27   ` Jozef Vesely
2004-09-06 17:03     ` Alan Cox
2004-08-12 12:39 ` Grzegorz Kulewski
2004-08-12 12:50 ` Vojtech Pavlik
2004-08-16  7:49 ` Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2004-08-12 13:38 Jakub Vana
2004-08-12 20:30 ` Alan Cox
2004-08-13  7:44 ` Vojtech Pavlik
2004-08-13 14:36 Jakub Vana
2004-08-13 21:54 ` Alan Cox
2004-08-14 20:10 Jakub Vana

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=1092311802.21978.22.camel@localhost.localdomain \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=gugux@centrum.cz \
    --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