My Jmicron SATA card writes the name of the hard drive to the screen. This redirects that output to the console and implements a basic keyboard stub.
Signed-off-by: Myles Watson mylesgw@gmail.com
It makes the image a little bit larger (512 bytes after compression), so I'm wondering if I should wrap it in a Kconfig option. It doesn't seem worth the mess in the code for such a little bit of space.
Thanks, Myles
Am 08.09.2010 01:38, schrieb Myles Watson:
My Jmicron SATA card writes the name of the hard drive to the screen. This redirects that output to the console and implements a basic keyboard stub.
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Patrick Georgi patrick.georgi@coresystems.de
It makes the image a little bit larger (512 bytes after compression), so I'm wondering if I should wrap it in a Kconfig option. It doesn't seem worth the mess in the code for such a little bit of space.
Looks good, and 512b compressed isn't worth the trouble imho.
Patrick
On Thu, Sep 9, 2010 at 2:35 AM, Patrick Georgi patrick@georgi-clan.de wrote:
Am 08.09.2010 01:38, schrieb Myles Watson:
My Jmicron SATA card writes the name of the hard drive to the screen. This redirects that output to the console and implements a basic keyboard stub.
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Patrick Georgi patrick.georgi@coresystems.de
It makes the image a little bit larger (512 bytes after compression), so I'm wondering if I should wrap it in a Kconfig option. It doesn't seem worth the mess in the code for such a little bit of space.
Looks good, and 512b compressed isn't worth the trouble imho.
Great.
Rev 5793.
Thanks, Myles