<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">Hi,</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">I understand that in Intel architectures, the reset_vector is at 0xFFFFFFF0 and when I do an nm in coreboot.map I could see this address for reset_vector.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">I am executing qemu with linux bios.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">The final binary file is bios.bin or coreboot.rom which is going to be flashed.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">When I objdump on this file, I dont see the reset_vector address or instruction there.So this might have been stripped of, if we look at the makefile.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">But as we are using this coreboot.rom file for flashing and the reset_vector is @ 0xFFFFFFF0, how is it possible that we will be writing into the reset_vector location.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">Is there anything wrong in my understanding.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">I understand the coreboot.rom is the BIOS code, which comes inside the address mapped in real mode.( 0xA0000 - 0x100000).</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">If that is the case, then how do we write into the address 0xFFFFFFF0, while we flash the BIOS.</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">Thanks,</DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif">Viswesh<BR><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: "coreboot-request@coreboot.org" <coreboot-request@coreboot.org><BR>To: coreboot@coreboot.org<BR>Sent: Tuesday, March 25, 2008 6:33:23 PM<BR>Subject: coreboot Digest, Vol 37, Issue 167<BR><BR>Send coreboot mailing list submissions to<BR>    <A href="mailto:coreboot@coreboot.org" ymailto="mailto:coreboot@coreboot.org">coreboot@coreboot.org</A><BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>    <A href="http://www.coreboot.org/mailman/listinfo/coreboot" target=_blank>http://www.coreboot.org/mailman/listinfo/coreboot</A><BR>or, via email, send a message with subject or body 'help' to<BR>    <A href="mailto:coreboot-request@coreboot.org" ymailto="mailto:coreboot-request@coreboot.org">coreboot-request@coreboot.org</A><BR><BR>You can reach the person managing the list
 at<BR>    <A href="mailto:coreboot-owner@coreboot.org" ymailto="mailto:coreboot-owner@coreboot.org">coreboot-owner@coreboot.org</A><BR><BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of coreboot digest..."<BR><BR><BR>Today's Topics:<BR><BR>  1. Re: filo booting cd problem (Peter Stuge)<BR>  2. Re: filo booting cd problem (Peter Stuge)<BR>  3. Re: Device mapping problem (Klaus Stammermann)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Tue, 25 Mar 2008 12:28:35 +0100<BR>From: Peter Stuge <<A href="mailto:peter@stuge.se" ymailto="mailto:peter@stuge.se">peter@stuge.se</A>><BR>Subject: Re: [coreboot] filo booting cd problem<BR>To: <A href="mailto:coreboot@coreboot.org" ymailto="mailto:coreboot@coreboot.org">coreboot@coreboot.org</A><BR>Message-ID: <<A href="mailto:20080325112835.8859.qmail@stuge.se"
 ymailto="mailto:20080325112835.8859.qmail@stuge.se">20080325112835.8859.qmail@stuge.se</A>><BR>Content-Type: text/plain; charset=us-ascii<BR><BR>On Tue, Mar 25, 2008 at 10:15:45AM +0000, Tiago Marques wrote:<BR>> Any particular reason for that?<BR><BR>Coreboot is not the OS loader if the OS is on a CD. Coreboot is what<BR>runs before that loader. An OS loader can be eliminated completely if<BR>the OS fits into the boot flash, but so far this is not the typical<BR>case. (LAB, Linux-as-Bootloader)<BR><BR><BR>> If it is indeed this widespread, it would be something necessary<BR>> for a bigger deployment of coreboot than what is possible today.<BR><BR>FILO (GRUB2?) are the OS loaders that can load from a CD. If support<BR>for the ElTorito extension is needed it should be added there. Sorry<BR>I wasn't more clear about this separation in the last post. I should<BR>have been more clear since the subject says FILO but the discussion<BR>started
 going toward coreboot.<BR><BR>But - ElTorito is needed only for floppy disk emulation. Possibly it<BR>can be avoided completely and instead we'll have native support for<BR>booting from the CDs that people want to use. (As FILO already does<BR>for Linux, and hopefully will do for Windows too once booting Windows<BR>in general works well enough.)<BR><BR><BR>//Peter<BR><BR><BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Tue, 25 Mar 2008 12:31:32 +0100<BR>From: Peter Stuge <<A href="mailto:peter@stuge.se" ymailto="mailto:peter@stuge.se">peter@stuge.se</A>><BR>Subject: Re: [coreboot] filo booting cd problem<BR>To: <A href="mailto:coreboot@coreboot.org" ymailto="mailto:coreboot@coreboot.org">coreboot@coreboot.org</A><BR>Message-ID: <<A href="mailto:20080325113132.10168.qmail@stuge.se" ymailto="mailto:20080325113132.10168.qmail@stuge.se">20080325113132.10168.qmail@stuge.se</A>><BR>Content-Type: text/plain;
 charset=us-ascii<BR><BR>On Mon, Mar 24, 2008 at 08:06:33PM -0400, <A href="mailto:joe@smittys.pointclark.net" ymailto="mailto:joe@smittys.pointclark.net">joe@smittys.pointclark.net</A> wrote:<BR>> > Try using the real filename on the disc. I don't know how FILO<BR>> > deals with ISO9660 extensions, filename casing and such.<BR>> <BR>> I thought that is what I am doing?<BR>> hdc1:/GEEXBOX/boot/vmlinuz initrd=hdc1:/GEEXBOX/boot/initrd.gz  <BR>> root=/dev/ram0 rw init=linuxrc boot=cdrom installator<BR><BR>As you may know, ISO9660 does not support case sensitive filenames,<BR>but I do not know if and how FILO will do case conversion.<BR><BR><BR>//Peter<BR><BR><BR><BR>------------------------------<BR><BR>Message: 3<BR>Date: Tue, 25 Mar 2008 14:03:14 +0100 (CET)<BR>From: "Klaus Stammermann" <<A href="mailto:klaus123@ibnoetzold.de" ymailto="mailto:klaus123@ibnoetzold.de">klaus123@ibnoetzold.de</A>><BR>Subject: Re: [coreboot]
 Device mapping problem<BR>To: <A href="mailto:coreboot@coreboot.org" ymailto="mailto:coreboot@coreboot.org">coreboot@coreboot.org</A><BR>Cc: Stefan Reinauer <<A href="mailto:stepan@coresystems.de" ymailto="mailto:stepan@coresystems.de">stepan@coresystems.de</A>><BR>Message-ID:<BR>    <<A href="mailto:57122.87.122.18.149.1206450194.squirrel@www.ibnoetzold.de" ymailto="mailto:57122.87.122.18.149.1206450194.squirrel@www.ibnoetzold.de">57122.87.122.18.149.1206450194.squirrel@www.ibnoetzold.de</A>><BR>Content-Type: text/plain;charset=iso-8859-1<BR><BR><BR>> Klaus Stammermann wrote:<BR>>> Hi there<BR>>><BR>>> Booting on my Via EPIA-ME6000 with original BIOS the installed OS starts<BR>>> without any problems. But using my coreboot image it got a problem with<BR>>> device mapping.<BR>>><BR>>> I posted changes on my coreboot config here:<BR>>> <A
 href="http://www.coreboot.org/pipermail/coreboot/2008-March/031945.html" target=_blank>http://www.coreboot.org/pipermail/coreboot/2008-March/031945.html</A><BR>>><BR>>> At end of that posting there is this error description:<BR>>> "But system does not booting at all. I think device mapping works not<BR>>> correct. On booting system is checking sda. Some errors like:<BR>>> exception Emask ... 0x2 frozen<BR>>> soft resetting port...<BR>>> configured for UDMA...<BR>>> (... are inserted by me because I got this output only on display)<BR>>><BR>><BR>> Can you send a full log?<BR>><BR><BR><BR>Hi<BR>I changed kernel to get serial output. So it is not same error message but<BR>I think it is same problem. So this is my boot log:<BR><BR>0<BR><BR>coreboot-2.0.0.0-Fallback Mo 10. M?r 15:34:24 CET 2008 starting...<BR>Enabling mainboard devices<BR>Enabling shadow ram<BR>vt8623 init starting<BR>Detecting
 Memory<BR>Number of Banks 04<BR>Number of Rows 0d<BR>Priamry DRAM width08<BR>No Columns 0a<BR>MA type e0<BR>Bank 0 (*16 Mb) 10<BR>No Physical Banks 01<BR>Total Memory (*16 Mb) 10<BR>CAS Supported 2.5 3<BR>Cycle time at CL X    (nS)50<BR>Cycle time at CL X-0.5 (nS)60<BR>Cycle time at CL X-1  (nS)00<BR>Starting at CAS 3<BR>We can do CAS 2.5<BR>tRP 3c<BR>tRCD 3c<BR>tRAS 28<BR>Low Bond 00  High Bondc8  Setting DQS delay85vt8623 done<BR>00:06 11 23 31 06 00 30 22 00 00 00 06 00 00 00 00<BR>10:08 00 00 d0 00 00 00 00 00 00 00 00 00 00 00 00<BR>20:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00<BR>30:00 00 00 00 a0 00 00 00 00 00 00 00 00 00 00 00<BR>40:00 18 88 80 82 44 00 00 18 99 88 80 82 44 00 00<BR>50:c8 de cf 88 e0 07 00 00 e0 00 10 10 10 10 00 00<BR>60:02 ff 00 30 62 32 01 20 42 2d 43 58 00 44 00 00<BR>70:82 48 00 01 01 08 50 00 01 00 00 00 00 00 02 10<BR>80:0f 60 00 00 80 00 00 00 02 00 00 00 00 00 00 00<BR>90:00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00<BR>a0:02 c0 20 00 07 02 00 1f 04 00 00 00 2f 02 04 00<BR>b0:00 00 00 00 80 00 00 00 88 00 00 04 00 00 00 00<BR>c0:01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00<BR>d0:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00<BR>e0:00 dd 00 00 00 00 01 00 40 00 00 00 00 00 00 00<BR>f0:00 00 00 00 00 00 12 13 00 00 00 00 00 00 00 00<BR>AGP<BR>Doing MTRR init.<BR>Copying coreboot to RAM.<BR>Jumping to coreboot.<BR>coreboot-2.0.0.0-Fallback Mo 17. M?r 14:07:30 CET 2008 booting...<BR>clocks_per_usec: 1378<BR>Enumerating buses...<BR>APIC_CLUSTER: 0 enabled<BR>Finding PCI configuration type.<BR>PCI: Using configuration type 1<BR>PCI_DOMAIN: 0000 enabled<BR>Finding PCI configuration type.<BR>PCI: Using configuration type 1<BR>PCI_DOMAIN: 0001 enabled<BR>PCI: pci_scan_bus for bus 00<BR>PCI: 00:00.0 [1106/3123] enabled<BR>PCI: 00:01.0 [1106/b091] enabled<BR>PCI: 00:0d.0 [1106/3044] enabled<BR>In vt8235_enable 1106 3038.<BR>PCI: 00:10.0
 [1106/3038] enabled<BR>In vt8235_enable 1106 3038.<BR>PCI: 00:10.1 [1106/3038] enabled<BR>In vt8235_enable 1106 3038.<BR>PCI: 00:10.2 [1106/3038] enabled<BR>In vt8235_enable ffff ffff.<BR>Disabling static device: PCI: 00:10.3<BR>In vt8235_enable 1106 3177.<BR>Initialising Devices<BR>Keyboard init...<BR>PCI: 00:11.0 [1106/3177] enabled<BR>In vt8235_enable 1106 0571.<BR>PCI: 00:11.1 [1106/0571] enabled<BR>In vt8235_enable 1106 3059.<BR>PCI: 00:11.5 [1106/3059] enabled<BR>In vt8235_enable 1106 3068.<BR>PCI: 00:11.6 [1106/3068] disabled<BR>In vt8235_enable 1106 3065.<BR>PCI: 00:12.0 [1106/3065] enabled<BR>PCI: pci_scan_bus for bus 01<BR>PCI: 01:00.0 [1106/3122] enabled<BR>PCI: pci_scan_bus returning with max=001<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.0 enabled<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.1 enabled<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.2 enabled<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.3 enabled<BR>vt1211 enabling PNP
 devices.<BR>PNP: 002e.b enabled<BR>PCI: pci_scan_bus returning with max=001<BR>PCI: pci_scan_bus for bus 00<BR>PCI: 00:00.0 [1106/3123] enabled<BR>PCI: 00:01.0 [1106/b091] enabled<BR>PCI: 00:0d.0 [1106/3044] enabled<BR>PCI: 00:10.0 [1106/3038] enabled<BR>PCI: 00:10.1 [1106/3038] enabled<BR>PCI: 00:10.2 [1106/3038] enabled<BR>PCI: 00:10.3 [1106/3104] enabled<BR>PCI: 00:11.0 [1106/3177] enabled<BR>PCI: 00:11.1 [1106/0571] enabled<BR>PCI: 00:11.5 [1106/3059] enabled<BR>PCI: 00:11.6 [1106/3068] enabled<BR>PCI: 00:12.0 [1106/3065] enabled<BR>PCI: pci_scan_bus for bus 02<BR>PCI: 02:00.0 [1106/3122] enabled<BR>PCI: pci_scan_bus returning with max=002<BR>PCI: pci_scan_bus returning with max=002<BR>done<BR>Allocating resources...<BR>Reading resources...<BR>Done reading resources.<BR>Allocating VGA resource PCI: 02:00.0<BR>Setting PCI_BRIDGE_CTL_VGA for bridge PCI: 00:01.0<BR>Setting PCI_BRIDGE_CTL_VGA for bridge PCI_DOMAIN: 0001<BR>Setting PCI_BRIDGE_CTL_VGA for
 bridge Root Device<BR>Setting resources...<BR>I would set ram size to 0x40000 Kbytes<BR>PCI: 00:0d.0 10 <- [0x00febfc000 - 0x00febfc7ff] size 0x00000800 gran 0x0b<BR>mem<BR>PCI: 00:0d.0 14 <- [0x0000002400 - 0x000000247f] size 0x00000080 gran 0x07 io<BR>PCI: 00:10.0 20 <- [0x0000002800 - 0x000000281f] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.1 20 <- [0x0000002820 - 0x000000283f] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.2 20 <- [0x0000002840 - 0x000000285f] size 0x00000020 gran 0x05 io<BR>PNP: 002e.0 60 <- [0x00000003f0 - 0x00000003f7] size 0x00000008 gran 0x03 io<BR>PNP: 002e.0 70 <- [0x0000000006 - 0x0000000006] size 0x00000001 gran 0x00 irq<BR>PNP: 002e.0 74 <- [0x0000000002 - 0x0000000002] size 0x00000001 gran 0x00 drq<BR>PNP: 002e.1 60 <- [0x0000000378 - 0x000000037f] size 0x00000008 gran 0x03 io<BR>PNP: 002e.1 70 <- [0x0000000007 - 0x0000000007] size 0x00000001 gran 0x00 irq<BR>PNP: 002e.1 74 <- [0x0000000003 -
 0x0000000003] size 0x00000001 gran 0x00 drq<BR>PNP: 002e.2 60 <- [0x00000003f8 - 0x00000003ff] size 0x00000008 gran 0x03 io<BR>PNP: 002e.2 70 <- [0x0000000004 - 0x0000000004] size 0x00000001 gran 0x00 irq<BR>PNP: 002e.3 60 <- [0x00000002f8 - 0x00000002ff] size 0x00000008 gran 0x03 io<BR>PNP: 002e.3 70 <- [0x0000000003 - 0x0000000003] size 0x00000001 gran 0x00 irq<BR>PNP: 002e.b 60 <- [0x000000ec00 - 0x000000ecff] size 0x00000100 gran 0x08 io<BR>PCI: 00:11.1 20 <- [0x00000028c0 - 0x00000028cf] size 0x00000010 gran 0x04 io<BR>PCI: 00:11.5 10 <- [0x0000001000 - 0x00000010ff] size 0x00000100 gran 0x08 io<BR>PCI: 00:12.0 10 <- [0x0000001400 - 0x00000014ff] size 0x00000100 gran 0x08 io<BR>PCI: 00:12.0 14 <- [0x00febfe000 - 0x00febfe0ff] size 0x00000100 gran 0x08<BR>mem<BR>I would set ram size to 0x40000 Kbytes<BR>PCI: 00:0d.0 10 <- [0x00febfd000 - 0x00febfd7ff] size 0x00000800 gran 0x0b<BR>mem<BR>PCI: 00:0d.0 14 <-
 [0x0000002480 - 0x00000024ff] size 0x00000080 gran 0x07 io<BR>PCI: 00:10.0 20 <- [0x0000002860 - 0x000000287f] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.1 20 <- [0x0000002880 - 0x000000289f] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.2 20 <- [0x00000028a0 - 0x00000028bf] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.3 10 <- [0x00febff000 - 0x00febff0ff] size 0x00000100 gran 0x08<BR>mem<BR>PCI: 00:11.1 20 <- [0x00000028d0 - 0x00000028df] size 0x00000010 gran 0x04 io<BR>PCI: 00:11.5 10 <- [0x0000001800 - 0x00000018ff] size 0x00000100 gran 0x08 io<BR>PCI: 00:11.6 10 <- [0x0000001c00 - 0x0000001cff] size 0x00000100 gran 0x08 io<BR>PCI: 00:12.0 10 <- [0x0000002000 - 0x00000020ff] size 0x00000100 gran 0x08 io<BR>PCI: 00:12.0 14 <- [0x00fec00000 - 0x00fec000ff] size 0x00000100 gran 0x08<BR>mem<BR>Done setting resources.<BR>Done allocating resources.<BR>Enabling resources...<BR>PCI: 00:00.0 cmd <- 06<BR>PCI: 00:01.0 bridge ctrl <-
 000f<BR>PCI: 00:01.0 cmd <- 07<BR>PCI: 01:00.0 cmd <- ffff<BR>PCI: 00:0d.0 cmd <- 83<BR>PCI: 00:10.0 subsystem <- 00/00<BR>PCI: 00:10.0 cmd <- 01<BR>PCI: 00:10.1 subsystem <- 00/00<BR>PCI: 00:10.1 cmd <- 01<BR>PCI: 00:10.2 subsystem <- 00/00<BR>PCI: 00:10.2 cmd <- 01<BR>PCI: 00:11.0 cmd <- 07<BR>PNP: 002e.0 - enabling<BR>PNP: 002e.1 - enabling<BR>PNP: 002e.2 - enabling<BR>PNP: 002e.3 - enabling<BR>PNP: 002e.b - enabling<BR>PCI: 00:11.1 cmd <- 81<BR>PCI: 00:11.5 subsystem <- 00/00<BR>PCI: 00:11.5 cmd <- 01<BR>PCI: 00:12.0 cmd <- 83<BR>PCI: 00:00.0 cmd <- 06<BR>PCI: 00:01.0 bridge ctrl <- 000f<BR>PCI: 00:01.0 cmd <- 07<BR>PCI: 02:00.0 cmd <- 03<BR>PCI: 00:0d.0 cmd <- 83<BR>PCI: 00:10.0 cmd <- 01<BR>PCI: 00:10.1 cmd <- 01<BR>PCI: 00:10.2 cmd <- 01<BR>PCI: 00:10.3 cmd <- 02<BR>PCI: 00:11.0 cmd <- 07<BR>PCI: 00:11.1 cmd <- 81<BR>PCI: 00:11.5 cmd <- 01<BR>PCI: 00:11.6 cmd <-
 01<BR>PCI: 00:12.0 cmd <- 83<BR>done.<BR>Initializing devices...<BR>Root Device init<BR>APIC_CLUSTER: 0 init<BR>Initializing CPU #0<BR>CPU: vendor Centaur device 698<BR>CPU: family 06, model 09, stepping 08<BR>Enabling cache<BR><BR>Setting fixed MTRRs(0-88) type: UC<BR>Setting fixed MTRRs(0-16) Type: WB<BR>Setting fixed MTRRs(24-88) Type: WB<BR>Setting fixed MTRRs(0-16) Type: WB<BR>Setting fixed MTRRs(24-88) Type: WB<BR>DONE fixed MTRRs<BR>Setting variable MTRR 0, base:    0MB, range:  128MB, type WB<BR>Setting variable MTRR 1, base:  128MB, range:  64MB, type WB<BR>Setting variable MTRR 2, base:  192MB, range:  32MB, type WB<BR>DONE variable MTRRs<BR>Clear out the extra MTRR's<BR><BR>MTRR check<BR>Fixed MTRRs  : Enabled<BR>Variable MTRRs: Enabled<BR><BR>Disabling local apic...done.<BR>CPU #0 Initialized<BR>PCI: 00:10.0 init<BR>PCI: 00:10.1 init<BR>PCI: 00:10.2 init<BR>PCI: 00:11.0 init<BR>vt8235 init<BR>RTC
 Init<BR>RTC: Checksum invalid zeroing cmos<BR>Invalid CMOS LB checksum<BR>pci_routing_fixup: dev is 000114c0<BR>setting firewire<BR>Assigning IRQ 9 to 0:d.0<BR>  Readback = 9<BR>setting usb<BR>Assigning IRQ 5 to 0:10.0<BR>  Readback = 5<BR>Assigning IRQ 9 to 0:10.1<BR>  Readback = 9<BR>Assigning IRQ 9 to 0:10.2<BR>  Readback = 9<BR>Assigning IRQ 5 to 0:10.3<BR>  Readback = 5<BR>setting vt8235<BR>Assigning IRQ 5 to 0:11.1<BR>  Readback = 5<BR>Assigning IRQ 9 to 0:11.5<BR>  Readback = 9<BR>Assigning IRQ 9 to 0:11.6<BR>  Readback = 9<BR>setting ethernet<BR>Assigning IRQ 5 to 0:12.0<BR>  Readback = 5<BR>setting vga<BR>setting pci slot<BR>setting cardbus slot<BR>setting riser slot<BR>PNP: 002e.0 init<BR>PNP: 002e.1 init<BR>PNP: 002e.2 init<BR>PNP: 002e.3 init<BR>PNP: 002e.b init<BR>PCI: 00:11.1 init<BR>Enabling VIA IDE.<BR>ide_init: enabling compatibility IDE addresses<BR>enables in reg 0x42 0x9<BR>enables in reg
 0x42 read back as 0x9<BR>enables in reg 0x40 0x18<BR>enables in reg 0x40 read back as 0x1b<BR>enables in reg 0x9 0x8a<BR>enables in reg 0x9 read back as 0x8a<BR>command in reg 0x4 0x81<BR>command in reg 0x4 reads back as 0x7<BR>PCI: 00:11.5 init<BR>PCI: 00:12.0 init<BR>Configuring VIA Rhine LAN<BR>PCI: 00:00.0 init<BR>VT8623 random fixup ...<BR>Frame buffer at d0000000<BR>PCI: 00:00.0 init<BR>VT8623 random fixup ...<BR>Frame buffer at d0000000<BR>PCI: 00:01.0 init<BR>VT8623 AGP random fixup ...<BR>PCI: 00:0d.0 init<BR>PCI: 01:00.0 init<BR>VGA random fixup ...<BR>INSTALL REAL-MODE IDT<BR>DO THE VGA BIOS<BR>found VGA: vid=1106, did=3122<BR>rom base, size: fffc0000<BR>write_protect_vgabios<BR>bus/devfn = 0x100<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f00 ebx 0x1a7d4 ecx 0x19f8c edx 0x1a7d4<BR>biosint: ebp 0x19f54 esp 0xff2 edi 0xf9b0 esi 0x1a7d4<BR>biosint:  ip 0x641c  cs 0xc000  flags 0x46<BR>biosint: INT# 0x1a<BR>biosint: eax 0xb108 ebx
 0x10000 ecx 0x10000 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfcc edi 0xf6 esi 0x1c01b<BR>biosint:  ip 0x40f0  cs 0xc000  flags 0x46<BR>0xb108: bus 0 devfn 0x0 reg 0xf6 val 0x12<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f02 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfdc edi 0x44 esi 0x1c01b<BR>biosint:  ip 0x6468  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xfa4 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xfa4 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xf92 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000 
 flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f0f ebx 0x1a7d4 ecx 0x9f8c edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfee edi 0x44 esi 0x1a7d4<BR>biosint:  ip 0x651b  cs 0xc000  flags 0x87<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f02 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfdc edi 0x44 esi 0x1a7d4<BR>biosint:  ip 0x6468  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf8e edi 0xac51 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x101 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448 
 cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x78c edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf88 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf90 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x701 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf90 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f18 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfde edi 0x44 esi
 0x1a7d4<BR>biosint:  ip 0x6533  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8c edi 0xac49 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x101 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x38c edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf86 edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi
 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8e edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x301 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8e edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f06 ebx 0x18001 ecx 0x80010001 edx 0x0<BR>biosint: ebp 0x10fd6 esp 0xfb4 edi 0x0 esi 0x146a7<BR>biosint:  ip 0x6479  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf88 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp
 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010101 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010001 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf82 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf8a edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010001 edx
 0x112<BR>biosint: ebp 0x10fd6 esp 0xf8a edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f08 ebx 0x18001 ecx 0x80010001 edx 0x0<BR>biosint: ebp 0x10fd6 esp 0xfb4 edi 0x0 esi 0x146a7<BR>biosint:  ip 0x6485  cs 0xc000  flags 0x202<BR>PCI: 00:01.0 init<BR>VT8623 AGP random fixup ...<BR>PCI: 00:0d.0 init<BR>PCI: 00:10.0 init<BR>PCI: 00:10.1 init<BR>PCI: 00:10.2 init<BR>PCI: 00:10.3 init<BR>PCI: 00:11.0 init<BR>vt8235 init<BR>RTC Init<BR>Invalid CMOS LB checksum<BR>pci_routing_fixup: dev is 0001ba18<BR>setting firewire<BR>Assigning IRQ 9 to 0:d.0<BR>  Readback = 9<BR>setting usb<BR>Assigning IRQ 5 to 0:10.0<BR>  Readback = 5<BR>Assigning IRQ 9 to 0:10.1<BR>  Readback = 9<BR>Assigning IRQ 9 to 0:10.2<BR>  Readback = 9<BR>Assigning IRQ 5 to 0:10.3<BR>  Readback = 5<BR>setting vt8235<BR>Assigning IRQ 5 to 0:11.1<BR>  Readback = 5<BR>Assigning
 IRQ 9 to 0:11.5<BR>  Readback = 9<BR>Assigning IRQ 9 to 0:11.6<BR>  Readback = 9<BR>setting ethernet<BR>Assigning IRQ 5 to 0:12.0<BR>  Readback = 5<BR>setting vga<BR>setting pci slot<BR>setting cardbus slot<BR>setting riser slot<BR>PCI: 00:11.1 init<BR>Enabling VIA IDE.<BR>ide_init: enabling compatibility IDE addresses<BR>enables in reg 0x42 0x9<BR>enables in reg 0x42 read back as 0x9<BR>enables in reg 0x40 0x1b<BR>enables in reg 0x40 read back as 0x1b<BR>enables in reg 0x9 0x8a<BR>enables in reg 0x9 read back as 0x8f<BR>command in reg 0x4 0x7<BR>command in reg 0x4 reads back as 0x7<BR>PCI: 00:11.5 init<BR>PCI: 00:11.6 init<BR>PCI: 00:12.0 init<BR>Configuring VIA Rhine LAN<BR>PCI: 02:00.0 init<BR>VGA random fixup ...<BR>INSTALL REAL-MODE IDT<BR>DO THE VGA BIOS<BR>found VGA: vid=1106, did=3122<BR>rom base, size: fffc0000<BR>write_protect_vgabios<BR>bus/devfn = 0x100<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f00 ebx 0x1a7d4 ecx 0x19f8c edx
 0x1c724<BR>biosint: ebp 0x19f54 esp 0xff2 edi 0xf9b0 esi 0x1c724<BR>biosint:  ip 0x641c  cs 0xc000  flags 0x46<BR>biosint: INT# 0x1a<BR>biosint: eax 0xb108 ebx 0x10000 ecx 0x10000 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfcc edi 0xf6 esi 0x1c01b<BR>biosint:  ip 0x40f0  cs 0xc000  flags 0x46<BR>0xb108: bus 0 devfn 0x0 reg 0xf6 val 0x12<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f02 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfdc edi 0x44 esi 0x1c01b<BR>biosint:  ip 0x6468  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xfa4 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xfa4 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint:
 INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xf92 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f0f ebx 0x1a7d4 ecx 0x9f8c edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfee edi 0x44 esi 0x1c724<BR>biosint:  ip 0x651b  cs 0xc000  flags 0x87<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f02 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfdc edi 0x44 esi 0x1c724<BR>biosint:  ip 0x6468  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf8e edi 0xac51 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags
 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x101 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x78c edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf88 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf90 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x701 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf90 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448 
 cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f18 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfde edi 0x44 esi 0x1c724<BR>biosint:  ip 0x6533  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8c edi 0xac49 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x101 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x38c edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf86 edi 0xb840 esi 0x1aacd<BR>biosint:  ip
 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8e edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x301 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8e edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f06 ebx 0x18001 ecx 0x80010001 edx 0x0<BR>biosint: ebp 0x10fd6 esp 0xfb4 edi 0x0 esi 0x146a7<BR>biosint:  ip 0x6479  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf88 edi 0x0 esi
 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010101 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010001 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf82 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6
 esp 0xf8a edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010001 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf8a edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f08 ebx 0x18001 ecx 0x80010001 edx 0x0<BR>biosint: ebp 0x10fd6 esp 0xfb4 edi 0x0 esi 0x146a7<BR>biosint:  ip 0x6485  cs 0xc000  flags 0x202<BR>Devices initialized<BR>Copying IRQ routing tables to 0xf0000...done.<BR>Verifing copy of IRQ routing tables at 0xf0000...done<BR>Checking IRQ routing table consistency...<BR>check_pirq_routing_table() - irq_routing_table located at: 0x000f0000<BR>done.<BR>ACPI: Writing ACPI tables at f0400...<BR>ACPI:    * FACS<BR>ACPI:    * DSDT @ 000f04aa Length 3f0<BR>ACPI:    * FADT<BR>ACPI: added table 1/8 Length now 40<BR>ACPI: done.<BR>Moving GDT to
 0x500...ok<BR>Adjust low_table_end from 0x00000530 to 0x00001000<BR>Adjust rom_table_end from 0x000f0c00 to 0x00100000<BR>Wrote coreboot table at: 00000530 - 00000c0c  checksum 6b35<BR><BR>Welcome to elfboot, the open sourced starter.<BR>January 2002, Eric Biederman.<BR>Version 1.3<BR><BR>rom_stream: 0xfffd0000 - 0xfffd814f<BR>Found ELF candidate at offset 0<BR>header_offset is 0<BR>Try to load at offset 0x0<BR>New segment addr 0x100000 size 0x22060 offset 0xc0 filesize 0x7e88<BR>(cleaned up) New segment addr 0x100000 size 0x22060 offset 0xc0 filesize<BR>0x7e88<BR>New segment addr 0x122060 size 0x48 offset 0x7f60 filesize 0x48<BR>(cleaned up) New segment addr 0x122060 size 0x48 offset 0x7f60 filesize 0x48<BR>Dropping non PT_LOAD segment<BR>Dropping non PT_LOAD segment<BR>Loading Segment: addr: 0x0000000000100000 memsz: 0x0000000000022060<BR>filesz: 0x0000000000007e88<BR>Clearing Segment: addr: 0x0000000000107e88 memsz: 0x000000000001a1d8<BR>Loading
 Segment: addr: 0x0000000000122060 memsz: 0x0000000000000048<BR>filesz: 0x0000000000000048<BR>Jumping to boot code at 0x106224<BR>FILO version 0.5 (klausst@thor) Mon Mar 10 15:33:24 CET 2008<BR>No sound device found<BR>boot: hda1:/boot/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200<BR>hda: LBA 2049MB: SanDisk SDCFX-2048<BR>Mounted ext2fs<BR>Found Linux version 2.6.22.9 (root@zenwalk) #1 SMP PREEMPT Sat Sep 29<BR>22:22:07 CEST 2007 bzImage.<BR>Loading kernel... ok<BR>Jumping to entry point...<BR>0<BR><BR>coreboot-2.0.0.0-Fallback Mo 10. M?r 15:34:24 CET 2008 starting...<BR>Enabling mainboard devices<BR>Enabling shadow ram<BR>vt8623 init starting<BR>Detecting Memory<BR>Number of Banks 04<BR>Number of Rows 0d<BR>Priamry DRAM width08<BR>No Columns 0a<BR>MA type e0<BR>Bank 0 (*16 Mb) 10<BR>No Physical Banks 01<BR>Total Memory (*16 Mb) 10<BR>CAS Supported 2.5 3<BR>Cycle time at CL X    (nS)50<BR>Cycle time at CL X-0.5 (nS)60<BR>Cycle time
 at CL X-1  (nS)00<BR>Starting at CAS 3<BR>We can do CAS 2.5<BR>tRP 3c<BR>tRCD 3c<BR>tRAS 28<BR>Low Bond 00  High Bondc8  Setting DQS delay85vt8623 done<BR>00:06 11 23 31 06 00 30 22 00 00 00 06 00 00 00 00<BR>10:08 00 00 d0 00 00 00 00 00 00 00 00 00 00 00 00<BR>20:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00<BR>30:00 00 00 00 a0 00 00 00 00 00 00 00 00 00 00 00<BR>40:00 18 88 80 82 44 00 00 18 99 88 80 82 44 00 00<BR>50:c8 de cf 88 e0 07 00 00 e0 00 10 10 10 10 00 00<BR>60:02 ff 00 30 62 32 01 20 42 2d 43 58 00 44 00 00<BR>70:82 48 00 01 01 08 50 00 01 00 00 00 00 00 02 10<BR>80:0f 60 00 00 80 00 00 00 02 00 00 00 00 00 00 00<BR>90:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00<BR>a0:02 c0 20 00 07 02 00 1f 04 00 00 00 2f 02 04 00<BR>b0:00 00 00 00 80 00 00 00 88 00 00 04 00 00 00 00<BR>c0:01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00<BR>d0:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00<BR>e0:00 dd 00 00 00 00 01 00 40 00 00 00 00
 00 00 00<BR>f0:00 00 00 00 00 00 12 13 00 00 00 00 00 00 00 00<BR>AGP<BR>Doing MTRR init.<BR>Copying coreboot to RAM.<BR>Jumping to coreboot.<BR>coreboot-2.0.0.0-Fallback Mo 17. M?r 14:07:30 CET 2008 booting...<BR>clocks_per_usec: 1378<BR>Enumerating buses...<BR>APIC_CLUSTER: 0 enabled<BR>Finding PCI configuration type.<BR>PCI: Using configuration type 1<BR>PCI_DOMAIN: 0000 enabled<BR>Finding PCI configuration type.<BR>PCI: Using configuration type 1<BR>PCI_DOMAIN: 0001 enabled<BR>PCI: pci_scan_bus for bus 00<BR>PCI: 00:00.0 [1106/3123] enabled<BR>PCI: 00:01.0 [1106/b091] enabled<BR>PCI: 00:0d.0 [1106/3044] enabled<BR>In vt8235_enable 1106 3038.<BR>PCI: 00:10.0 [1106/3038] enabled<BR>In vt8235_enable 1106 3038.<BR>PCI: 00:10.1 [1106/3038] enabled<BR>In vt8235_enable 1106 3038.<BR>PCI: 00:10.2 [1106/3038] enabled<BR>In vt8235_enable ffff ffff.<BR>Disabling static device: PCI: 00:10.3<BR>In vt8235_enable 1106 3177.<BR>Initialising Devices<BR>Keyboard
 init...<BR>PCI: 00:11.0 [1106/3177] enabled<BR>In vt8235_enable 1106 0571.<BR>PCI: 00:11.1 [1106/0571] enabled<BR>In vt8235_enable 1106 3059.<BR>PCI: 00:11.5 [1106/3059] enabled<BR>In vt8235_enable 1106 3068.<BR>PCI: 00:11.6 [1106/3068] disabled<BR>In vt8235_enable 1106 3065.<BR>PCI: 00:12.0 [1106/3065] enabled<BR>PCI: pci_scan_bus for bus 01<BR>PCI: 01:00.0 [1106/3122] enabled<BR>PCI: pci_scan_bus returning with max=001<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.0 enabled<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.1 enabled<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.2 enabled<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.3 enabled<BR>vt1211 enabling PNP devices.<BR>PNP: 002e.b enabled<BR>PCI: pci_scan_bus returning with max=001<BR>PCI: pci_scan_bus for bus 00<BR>PCI: 00:00.0 [1106/3123] enabled<BR>PCI: 00:01.0 [1106/b091] enabled<BR>PCI: 00:0d.0 [1106/3044] enabled<BR>PCI: 00:10.0 [1106/3038] enabled<BR>PCI: 00:10.1 [1106/3038] enabled<BR>PCI:
 00:10.2 [1106/3038] enabled<BR>PCI: 00:10.3 [1106/3104] enabled<BR>PCI: 00:11.0 [1106/3177] enabled<BR>PCI: 00:11.1 [1106/0571] enabled<BR>PCI: 00:11.5 [1106/3059] enabled<BR>PCI: 00:11.6 [1106/3068] enabled<BR>PCI: 00:12.0 [1106/3065] enabled<BR>PCI: pci_scan_bus for bus 02<BR>PCI: 02:00.0 [1106/3122] enabled<BR>PCI: pci_scan_bus returning with max=002<BR>PCI: pci_scan_bus returning with max=002<BR>done<BR>Allocating resources...<BR>Reading resources...<BR>Done reading resources.<BR>Allocating VGA resource PCI: 02:00.0<BR>Setting PCI_BRIDGE_CTL_VGA for bridge PCI: 00:01.0<BR>Setting PCI_BRIDGE_CTL_VGA for bridge PCI_DOMAIN: 0001<BR>Setting PCI_BRIDGE_CTL_VGA for bridge Root Device<BR>Setting resources...<BR>I would set ram size to 0x40000 Kbytes<BR>PCI: 00:0d.0 10 <- [0x00febfc000 - 0x00febfc7ff] size 0x00000800 gran 0x0b<BR>mem<BR>PCI: 00:0d.0 14 <- [0x0000002400 - 0x000000247f] size 0x00000080 gran 0x07 io<BR>PCI: 00:10.0 20 <- [0x0000002800
 - 0x000000281f] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.1 20 <- [0x0000002820 - 0x000000283f] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.2 20 <- [0x0000002840 - 0x000000285f] size 0x00000020 gran 0x05 io<BR>PNP: 002e.0 60 <- [0x00000003f0 - 0x00000003f7] size 0x00000008 gran 0x03 io<BR>PNP: 002e.0 70 <- [0x0000000006 - 0x0000000006] size 0x00000001 gran 0x00 irq<BR>PNP: 002e.0 74 <- [0x0000000002 - 0x0000000002] size 0x00000001 gran 0x00 drq<BR>PNP: 002e.1 60 <- [0x0000000378 - 0x000000037f] size 0x00000008 gran 0x03 io<BR>PNP: 002e.1 70 <- [0x0000000007 - 0x0000000007] size 0x00000001 gran 0x00 irq<BR>PNP: 002e.1 74 <- [0x0000000003 - 0x0000000003] size 0x00000001 gran 0x00 drq<BR>PNP: 002e.2 60 <- [0x00000003f8 - 0x00000003ff] size 0x00000008 gran 0x03 io<BR>PNP: 002e.2 70 <- [0x0000000004 - 0x0000000004] size 0x00000001 gran 0x00 irq<BR>PNP: 002e.3 60 <- [0x00000002f8 - 0x00000002ff] size 0x00000008 gran 0x03
 io<BR>PNP: 002e.3 70 <- [0x0000000003 - 0x0000000003] size 0x00000001 gran 0x00 irq<BR>PNP: 002e.b 60 <- [0x000000ec00 - 0x000000ecff] size 0x00000100 gran 0x08 io<BR>PCI: 00:11.1 20 <- [0x00000028c0 - 0x00000028cf] size 0x00000010 gran 0x04 io<BR>PCI: 00:11.5 10 <- [0x0000001000 - 0x00000010ff] size 0x00000100 gran 0x08 io<BR>PCI: 00:12.0 10 <- [0x0000001400 - 0x00000014ff] size 0x00000100 gran 0x08 io<BR>PCI: 00:12.0 14 <- [0x00febfe000 - 0x00febfe0ff] size 0x00000100 gran 0x08<BR>mem<BR>I would set ram size to 0x40000 Kbytes<BR>PCI: 00:0d.0 10 <- [0x00febfd000 - 0x00febfd7ff] size 0x00000800 gran 0x0b<BR>mem<BR>PCI: 00:0d.0 14 <- [0x0000002480 - 0x00000024ff] size 0x00000080 gran 0x07 io<BR>PCI: 00:10.0 20 <- [0x0000002860 - 0x000000287f] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.1 20 <- [0x0000002880 - 0x000000289f] size 0x00000020 gran 0x05 io<BR>PCI: 00:10.2 20 <- [0x00000028a0 - 0x00000028bf] size 0x00000020 gran
 0x05 io<BR>PCI: 00:10.3 10 <- [0x00febff000 - 0x00febff0ff] size 0x00000100 gran 0x08<BR>mem<BR>PCI: 00:11.1 20 <- [0x00000028d0 - 0x00000028df] size 0x00000010 gran 0x04 io<BR>PCI: 00:11.5 10 <- [0x0000001800 - 0x00000018ff] size 0x00000100 gran 0x08 io<BR>PCI: 00:11.6 10 <- [0x0000001c00 - 0x0000001cff] size 0x00000100 gran 0x08 io<BR>PCI: 00:12.0 10 <- [0x0000002000 - 0x00000020ff] size 0x00000100 gran 0x08 io<BR>PCI: 00:12.0 14 <- [0x00fec00000 - 0x00fec000ff] size 0x00000100 gran 0x08<BR>mem<BR>Done setting resources.<BR>Done allocating resources.<BR>Enabling resources...<BR>PCI: 00:00.0 cmd <- 06<BR>PCI: 00:01.0 bridge ctrl <- 000f<BR>PCI: 00:01.0 cmd <- 07<BR>PCI: 01:00.0 cmd <- ffff<BR>PCI: 00:0d.0 cmd <- 83<BR>PCI: 00:10.0 subsystem <- 00/00<BR>PCI: 00:10.0 cmd <- 01<BR>PCI: 00:10.1 subsystem <- 00/00<BR>PCI: 00:10.1 cmd <- 01<BR>PCI: 00:10.2 subsystem <- 00/00<BR>PCI: 00:10.2 cmd <- 01<BR>PCI:
 00:11.0 cmd <- 07<BR>PNP: 002e.0 - enabling<BR>PNP: 002e.1 - enabling<BR>PNP: 002e.2 - enabling<BR>PNP: 002e.3 - enabling<BR>PNP: 002e.b - enabling<BR>PCI: 00:11.1 cmd <- 81<BR>PCI: 00:11.5 subsystem <- 00/00<BR>PCI: 00:11.5 cmd <- 01<BR>PCI: 00:12.0 cmd <- 83<BR>PCI: 00:00.0 cmd <- 06<BR>PCI: 00:01.0 bridge ctrl <- 000f<BR>PCI: 00:01.0 cmd <- 07<BR>PCI: 02:00.0 cmd <- 03<BR>PCI: 00:0d.0 cmd <- 83<BR>PCI: 00:10.0 cmd <- 01<BR>PCI: 00:10.1 cmd <- 01<BR>PCI: 00:10.2 cmd <- 01<BR>PCI: 00:10.3 cmd <- 02<BR>PCI: 00:11.0 cmd <- 07<BR>PCI: 00:11.1 cmd <- 81<BR>PCI: 00:11.5 cmd <- 01<BR>PCI: 00:11.6 cmd <- 01<BR>PCI: 00:12.0 cmd <- 83<BR>done.<BR>Initializing devices...<BR>Root Device init<BR>APIC_CLUSTER: 0 init<BR>Initializing CPU #0<BR>CPU: vendor Centaur device 698<BR>CPU: family 06, model 09, stepping 08<BR>Enabling cache<BR><BR>Setting fixed MTRRs(0-88) type: UC<BR>Setting fixed MTRRs(0-16) Type:
 WB<BR>Setting fixed MTRRs(24-88) Type: WB<BR>Setting fixed MTRRs(0-16) Type: WB<BR>Setting fixed MTRRs(24-88) Type: WB<BR>DONE fixed MTRRs<BR>Setting variable MTRR 0, base:    0MB, range:  128MB, type WB<BR>Setting variable MTRR 1, base:  128MB, range:  64MB, type WB<BR>Setting variable MTRR 2, base:  192MB, range:  32MB, type WB<BR>DONE variable MTRRs<BR>Clear out the extra MTRR's<BR><BR>MTRR check<BR>Fixed MTRRs  : Enabled<BR>Variable MTRRs: Enabled<BR><BR>Disabling local apic...done.<BR>CPU #0 Initialized<BR>PCI: 00:10.0 init<BR>PCI: 00:10.1 init<BR>PCI: 00:10.2 init<BR>PCI: 00:11.0 init<BR>vt8235 init<BR>RTC Init<BR>RTC: Checksum invalid zeroing cmos<BR>Invalid CMOS LB checksum<BR>pci_routing_fixup: dev is 000114c0<BR>setting firewire<BR>Assigning IRQ 9 to 0:d.0<BR>  Readback = 9<BR>setting usb<BR>Assigning IRQ 5 to 0:10.0<BR>  Readback = 5<BR>Assigning IRQ 9 to 0:10.1<BR>  Readback =
 9<BR>Assigning IRQ 9 to 0:10.2<BR>  Readback = 9<BR>Assigning IRQ 5 to 0:10.3<BR>  Readback = 5<BR>setting vt8235<BR>Assigning IRQ 5 to 0:11.1<BR>  Readback = 5<BR>Assigning IRQ 9 to 0:11.5<BR>  Readback = 9<BR>Assigning IRQ 9 to 0:11.6<BR>  Readback = 9<BR>setting ethernet<BR>Assigning IRQ 5 to 0:12.0<BR>  Readback = 5<BR>setting vga<BR>setting pci slot<BR>setting cardbus slot<BR>setting riser slot<BR>PNP: 002e.0 init<BR>PNP: 002e.1 init<BR>PNP: 002e.2 init<BR>PNP: 002e.3 init<BR>PNP: 002e.b init<BR>PCI: 00:11.1 init<BR>Enabling VIA IDE.<BR>ide_init: enabling compatibility IDE addresses<BR>enables in reg 0x42 0x9<BR>enables in reg 0x42 read back as 0x9<BR>enables in reg 0x40 0x18<BR>enables in reg 0x40 read back as 0x1b<BR>enables in reg 0x9 0x8a<BR>enables in reg 0x9 read back as 0x8a<BR>command in reg 0x4 0x81<BR>command in reg 0x4 reads back as 0x7<BR>PCI: 00:11.5 init<BR>PCI: 00:12.0 init<BR>Configuring VIA Rhine
 LAN<BR>PCI: 00:00.0 init<BR>VT8623 random fixup ...<BR>Frame buffer at d0000000<BR>PCI: 00:00.0 init<BR>VT8623 random fixup ...<BR>Frame buffer at d0000000<BR>PCI: 00:01.0 init<BR>VT8623 AGP random fixup ...<BR>PCI: 00:0d.0 init<BR>PCI: 01:00.0 init<BR>VGA random fixup ...<BR>INSTALL REAL-MODE IDT<BR>DO THE VGA BIOS<BR>found VGA: vid=1106, did=3122<BR>rom base, size: fffc0000<BR>write_protect_vgabios<BR>bus/devfn = 0x100<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f00 ebx 0x1a7d4 ecx 0x19f8c edx 0x1a7d4<BR>biosint: ebp 0x19f54 esp 0xff2 edi 0xf9b0 esi 0x1a7d4<BR>biosint:  ip 0x641c  cs 0xc000  flags 0x46<BR>biosint: INT# 0x1a<BR>biosint: eax 0xb108 ebx 0x10000 ecx 0x10000 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfcc edi 0xf6 esi 0x1c01b<BR>biosint:  ip 0x40f0  cs 0xc000  flags 0x46<BR>0xb108: bus 0 devfn 0x0 reg 0xf6 val 0x12<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f02 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp
 0x19f54 esp 0xfdc edi 0x44 esi 0x1c01b<BR>biosint:  ip 0x6468  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xfa4 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xfa4 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xf92 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f0f ebx 0x1a7d4 ecx 0x9f8c edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfee edi 0x44 esi 0x1a7d4<BR>biosint:  ip 0x651b  cs 0xc000  flags 0x87<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f02 ebx 0x1a7d4 ecx 0x9f01 edx
 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfdc edi 0x44 esi 0x1a7d4<BR>biosint:  ip 0x6468  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf8e edi 0xac51 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x101 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x78c edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf88 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx
 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf90 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x701 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf90 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f18 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfde edi 0x44 esi 0x1a7d4<BR>biosint:  ip 0x6533  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8c edi 0xac49 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT#
 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x101 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x38c edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf86 edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8e edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags
 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x301 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8e edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f06 ebx 0x18001 ecx 0x80010001 edx 0x0<BR>biosint: ebp 0x10fd6 esp 0xfb4 edi 0x0 esi 0x146a7<BR>biosint:  ip 0x6479  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf88 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010101 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs
 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010001 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf82 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf8a edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010001 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf8a edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f08 ebx 0x18001 ecx 0x80010001 edx 0x0<BR>biosint: ebp 0x10fd6 esp 0xfb4 edi 0x0 esi
 0x146a7<BR>biosint:  ip 0x6485  cs 0xc000  flags 0x202<BR>PCI: 00:01.0 init<BR>VT8623 AGP random fixup ...<BR>PCI: 00:0d.0 init<BR>PCI: 00:10.0 init<BR>PCI: 00:10.1 init<BR>PCI: 00:10.2 init<BR>PCI: 00:10.3 init<BR>PCI: 00:11.0 init<BR>vt8235 init<BR>RTC Init<BR>Invalid CMOS LB checksum<BR>pci_routing_fixup: dev is 0001ba18<BR>setting firewire<BR>Assigning IRQ 9 to 0:d.0<BR>  Readback = 9<BR>setting usb<BR>Assigning IRQ 5 to 0:10.0<BR>  Readback = 5<BR>Assigning IRQ 9 to 0:10.1<BR>  Readback = 9<BR>Assigning IRQ 9 to 0:10.2<BR>  Readback = 9<BR>Assigning IRQ 5 to 0:10.3<BR>  Readback = 5<BR>setting vt8235<BR>Assigning IRQ 5 to 0:11.1<BR>  Readback = 5<BR>Assigning IRQ 9 to 0:11.5<BR>  Readback = 9<BR>Assigning IRQ 9 to 0:11.6<BR>  Readback = 9<BR>setting ethernet<BR>Assigning IRQ 5 to 0:12.0<BR>  Readback = 5<BR>setting vga<BR>setting pci slot<BR>setting cardbus slot<BR>setting riser
 slot<BR>PCI: 00:11.1 init<BR>Enabling VIA IDE.<BR>ide_init: enabling compatibility IDE addresses<BR>enables in reg 0x42 0x9<BR>enables in reg 0x42 read back as 0x9<BR>enables in reg 0x40 0x1b<BR>enables in reg 0x40 read back as 0x1b<BR>enables in reg 0x9 0x8a<BR>enables in reg 0x9 read back as 0x8f<BR>command in reg 0x4 0x7<BR>command in reg 0x4 reads back as 0x7<BR>PCI: 00:11.5 init<BR>PCI: 00:11.6 init<BR>PCI: 00:12.0 init<BR>Configuring VIA Rhine LAN<BR>PCI: 02:00.0 init<BR>VGA random fixup ...<BR>INSTALL REAL-MODE IDT<BR>DO THE VGA BIOS<BR>found VGA: vid=1106, did=3122<BR>rom base, size: fffc0000<BR>write_protect_vgabios<BR>bus/devfn = 0x100<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f00 ebx 0x1a7d4 ecx 0x19f8c edx 0x1c724<BR>biosint: ebp 0x19f54 esp 0xff2 edi 0xf9b0 esi 0x1c724<BR>biosint:  ip 0x641c  cs 0xc000  flags 0x46<BR>biosint: INT# 0x1a<BR>biosint: eax 0xb108 ebx 0x10000 ecx 0x10000 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfcc
 edi 0xf6 esi 0x1c01b<BR>biosint:  ip 0x40f0  cs 0xc000  flags 0x46<BR>0xb108: bus 0 devfn 0x0 reg 0xf6 val 0x12<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f02 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfdc edi 0x44 esi 0x1c01b<BR>biosint:  ip 0x6468  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xfa4 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xfa4 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x401 edx 0x10112<BR>biosint: ebp 0x19f54 esp 0xf92 edi 0x44 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f0f ebx 0x1a7d4
 ecx 0x9f8c edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfee edi 0x44 esi 0x1c724<BR>biosint:  ip 0x651b  cs 0xc000  flags 0x87<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f02 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfdc edi 0x44 esi 0x1c724<BR>biosint:  ip 0x6468  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf8e edi 0xac51 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x101 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax
 0x5f01 ebx 0x10c01 ecx 0x78c edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf88 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf7e edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x700 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf90 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x701 edx 0x10112<BR>biosint: ebp 0x10fca esp 0xf90 edi 0xb880 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f18 ebx 0x1a7d4 ecx 0x9f01 edx 0x103d5<BR>biosint: ebp 0x19f54 esp 0xfde edi 0x44 esi 0x1c724<BR>biosint:  ip 0x6533  cs 0xc000  flags 0x46<BR>biosint: INT#
 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8c edi 0xac49 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x46<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x101 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x38c edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf86 edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf7c edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags
 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x300 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8e edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0xc01 ecx 0x301 edx 0x10112<BR>biosint: ebp 0x10fc8 esp 0xf8e edi 0xb840 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f06 ebx 0x18001 ecx 0x80010001 edx 0x0<BR>biosint: ebp 0x10fd6 esp 0xfb4 edi 0x0 esi 0x146a7<BR>biosint:  ip 0x6479  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf88 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs
 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010101 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010001 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf82 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf78 edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010000 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf8a edi 0x0 esi 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f01 ebx 0x10c01 ecx 0x80010001 edx 0x112<BR>biosint: ebp 0x10fd6 esp 0xf8a edi 0x0 esi
 0x1aacd<BR>biosint:  ip 0x6448  cs 0xc000  flags 0x246<BR>biosint: INT# 0x15<BR>biosint: eax 0x5f08 ebx 0x18001 ecx 0x80010001 edx 0x0<BR>biosint: ebp 0x10fd6 esp 0xfb4 edi 0x0 esi 0x146a7<BR>biosint:  ip 0x6485  cs 0xc000  flags 0x202<BR>Devices initialized<BR>Copying IRQ routing tables to 0xf0000...done.<BR>Verifing copy of IRQ routing tables at 0xf0000...done<BR>Checking IRQ routing table consistency...<BR>check_pirq_routing_table() - irq_routing_table located at: 0x000f0000<BR>done.<BR>ACPI: Writing ACPI tables at f0400...<BR>ACPI:    * FACS<BR>ACPI:    * DSDT @ 000f04aa Length 3f0<BR>ACPI:    * FADT<BR>ACPI: added table 1/8 Length now 40<BR>ACPI: done.<BR>Moving GDT to 0x500...ok<BR>Adjust low_table_end from 0x00000530 to 0x00001000<BR>Adjust rom_table_end from 0x000f0c00 to 0x00100000<BR>Wrote coreboot table at: 00000530 - 00000c0c  checksum b963<BR><BR>Welcome to elfboot, the open
 sourced starter.<BR>January 2002, Eric Biederman.<BR>Version 1.3<BR><BR>rom_stream: 0xfffd0000 - 0xfffd814f<BR>Found ELF candidate at offset 0<BR>header_offset is 0<BR>Try to load at offset 0x0<BR>New segment addr 0x100000 size 0x22060 offset 0xc0 filesize 0x7e88<BR>(cleaned up) New segment addr 0x100000 size 0x22060 offset 0xc0 filesize<BR>0x7e88<BR>New segment addr 0x122060 size 0x48 offset 0x7f60 filesize 0x48<BR>(cleaned up) New segment addr 0x122060 size 0x48 offset 0x7f60 filesize 0x48<BR>Dropping non PT_LOAD segment<BR>Dropping non PT_LOAD segment<BR>Loading Segment: addr: 0x0000000000100000 memsz: 0x0000000000022060<BR>filesz: 0x0000000000007e88<BR>Clearing Segment: addr: 0x0000000000107e88 memsz: 0x000000000001a1d8<BR>Loading Segment: addr: 0x0000000000122060 memsz: 0x0000000000000048<BR>filesz: 0x0000000000000048<BR>Jumping to boot code at 0x106224<BR>FILO version 0.5 (klausst@thor) Mon Mar 10 15:33:24 CET 2008<BR>No sound device
 found<BR>boot: hda1:/boot/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200<BR>hda: LBA 2049MB: SanDisk SDCFX-2048<BR>Mounted ext2fs<BR>Found Linux version 2.6.18.2-34-default (geeko@buildhost) #1 SMP Mon Nov<BR>27 11:46:27 UTC 2006 bzImage.<BR>Loading kernel... ok<BR>Jumping to entry point...<BR>Linux version 2.6.18.2-34-default (geeko@buildhost) (gcc version 4.1.2<BR>20061115 (prerelease) (SUSE Linux)) #1 SMP Mon Nov 27 11:46:27 UTC 2006<BR>BIOS-provided physical RAM map:<BR>BIOS-e820: 0000000000001000 - 00000000000a0000 (usable)<BR>BIOS-e820: 0000000000100000 - 000000000e000000 (usable)<BR>0MB HIGHMEM available.<BR>224MB LOWMEM available.<BR>DMI 2.2 present.<BR>Using APIC driver default<BR>IO/L-APIC disabled because your old system seems to be old<BR>overwrite with "apic"<BR>ACPI: PM-Timer IO Port: 0x408<BR>Allocating PCI resources starting at 10000000 (gap: 0e000000:f2000000)<BR>Detected 599.731 MHz processor.<BR>Built 1 zonelists. 
 Total pages: 57344<BR>Kernel command line: root=/dev/hda1 console=tty0 console=ttyS0,115200<BR>Enabling fast FPU save and restore... done.<BR>Enabling unmasked SIMD FPU exception support... done.<BR>Initializing CPU#0<BR>PID hash table entries: 1024 (order: 10, 4096 bytes)<BR>Console: colour VGA+ 80x25<BR>Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)<BR>Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)<BR>Memory: 223532k/229376k available (1697k kernel code, 5384k reserved, 968k<BR>data, 196k init, 0k highmem)<BR>Checking if this processor honours the WP bit even in supervisor mode... Ok.<BR>Calibrating delay using timer specific routine.. 1201.25 BogoMIPS<BR>(lpj=2402504)<BR>Security Framework v1.0.0 initialized<BR>Mount-cache hash table entries: 512<BR>CPU: L1 I Cache: 64K (32 bytes/line), D cache 64K (32 bytes/line)<BR>CPU: L2 Cache: 64K (32 bytes/line)<BR>Compat vDSO mapped to ffffe000.<BR>Checking 'hlt' instruction...
 OK.<BR>SMP alternatives: switching to UP code<BR>Freeing SMP alternatives: 16k freed<BR>ACPI: Core revision 20060707<BR>ACPI: setting ELCR to 0020 (from 0220)<BR>CPU0: Centaur VIA Nehemiah stepping 08<BR>SMP motherboard not detected.<BR>Local APIC not detected. Using dummy APIC emulation.<BR>Brought up 1 CPUs<BR>migration_cost=0<BR>NET: Registered protocol family 16<BR>ACPI: bus type pci registered<BR>PCI: PCI BIOS revision 2.10 entry at 0xfb260, last bus=1<BR>PCI: Using configuration type 1<BR>Setting up standard PCI resources<BR>irq 5: nobody cared (try booting with the "irqpoll" option)<BR>[<c0146772>] __report_bad_irq+0x36/0x7d<BR>[<c0146968>] note_interrupt+0x1af/0x1eb<BR>[<c01ea916>] acpi_ev_sci_xrupt_handler+0x12/0x19<BR>[<c01e5562>] acpi_irq+0xb/0x14<BR>[<c0145ed6>] handle_IRQ_event+0x23/0x49<BR>[<c0145fb5>] __do_IRQ+0xb9/0xee<BR>[<c01067aa>] do_IRQ+0x71/0x83<BR>[<c0104e1a>]
 common_interrupt+0x1a/0x20<BR>[<c0124db8>] __do_softirq+0x51/0xbb<BR>[<c0124e58>] do_softirq+0x36/0x3a<BR>[<c01067af>] do_IRQ+0x76/0x83<BR>[<c0104e1a>] common_interrupt+0x1a/0x20<BR>[<c01465a2>] setup_irq+0x132/0x190<BR>[<c01e5557>] acpi_irq+0x0/0x14<BR>[<c014667c>] request_irq+0x7c/0x98<BR>[<c01ea904>] acpi_ev_sci_xrupt_handler+0x0/0x19<BR>[<c01e5b96>] acpi_os_install_interrupt_handler+0x60/0x8d<BR>[<c01e5557>] acpi_irq+0x0/0x14<BR>[<c01e9ff0>] acpi_ev_install_xrupt_handlers+0x9/0x61<BR>[<c01ea429>] acpi_ev_install_region_handlers+0x62/0x69<BR>[<c01fb792>] acpi_enable_subsystem+0x86/0xa6<BR>[<c03b7afd>] acpi_init+0x54/0x1f2<BR>[<c0226b45>] class_create+0x40/0x56<BR>[<c03b61ce>] fbmem_init+0x5b/0x86<BR>[<c0100414>] init+0x118/0x2bc<BR>[<c0103ca6>] ret_from_fork+0x6/0x20<BR>[<c01002fc>] init+0x0/0x2bc<BR>[<c01002fc>]
 init+0x0/0x2bc<BR>[<c0102005>] kernel_thread_helper+0x5/0xb<BR>handlers:<BR>[<c01e5557>] (acpi_irq+0x0/0x14)<BR>Disabling IRQ #5<BR>ACPI: Interpreter enabled<BR>ACPI: Using PIC for interrupt routing<BR>ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10)<BR>ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *9 10)<BR>ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10)<BR>ACPI: PCI Interrupt Link [LNKD] (IRQs *5 9 10)<BR>ACPI: PCI Root Bridge [PCI0] (0000:00)<BR>PCI quirk: region 0400-047f claimed by vt8235 PM<BR>PCI quirk: region 0f00-0f0f claimed by vt8235 SMB<BR>Linux Plug and Play Support v0.97 (c) Adam Belay<BR>pnp: PnP ACPI init<BR>pnp: PnP ACPI: found 0 devices<BR>PnPBIOS: Disabled by ACPI PNP<BR>PCI: Using ACPI for IRQ routing<BR>PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a<BR>report<BR>PCI: Device 0000:02:00.0 not found by BIOS<BR>PCI: Bridge: 0000:00:01.0<BR>  IO window: disabled.<BR>  MEM window:
 dc000000-ddffffff<BR>  PREFETCH window: d8000000-dbffffff<BR>NET: Registered protocol family 2<BR>IP route cache hash table entries: 2048 (order: 1, 8192 bytes)<BR>TCP established hash table entries: 8192 (order: 4, 65536 bytes)<BR>TCP bind hash table entries: 4096 (order: 3, 32768 bytes)<BR>TCP: Hash tables configured (established 8192 bind 4096)<BR>TCP reno registered<BR>apm: BIOS not found.<BR>audit: initializing netlink socket (disabled)<BR>audit(1206457002.084:1): initialized<BR>Total HugeTLB memory allocated, 0<BR>VFS: Disk quotas dquot_6.5.1<BR>Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)<BR>Initializing Cryptographic API<BR>io scheduler noop registered<BR>io scheduler anticipatory registered<BR>io scheduler deadline registered<BR>io scheduler cfq registered (default)<BR>isapnp: Scanning for PnP cards...<BR>isapnp: No Plug & Play device found<BR>Real Time Clock Driver v1.12ac<BR>Serial: 8250/16550 driver $Revision: 1.90 $ 4
 ports, IRQ sharing enabled<BR>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A<BR>serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A<BR>Floppy drive(s): fd0 is 1.44M<BR>FDC 0 is a post-1991 82077<BR>RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize<BR>PNP: No PS/2 controller found. Probing ports directly.<BR>serio: i8042 AUX port at 0x60,0x64 irq 12<BR>serio: i8042 KBD port at 0x60,0x64 irq 1<BR>mice: PS/2 mouse device common for all mice<BR>input: PC Speaker as /class/input/input0<BR>input: AT Translated Set 2 keyboard as /class/input/input1<BR>input: ImExPS/2 Generic Explorer Mouse as /class/input/input2<BR>md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27<BR>md: bitmap version 4.39<BR>NET: Registered protocol family 1<BR>Using IPI No-Shortcut mode<BR>ACPI: (supports<6>Time: tsc clocksource has been installed.<BR>S0 S5)<BR>md: Autodetecting RAID arrays.<BR>md: autorun ...<BR>md: ... autorun DONE.<BR>VFS: Cannot open
 root device "hda1" or unknown-block(0,0)<BR>Please append a correct "root=" boot option<BR>Kernel panic - not syncing: VFS: Unable to mount root fs on<BR>unknown-block(0,0)<BR><BR><BR><BR><BR>------------------------------<BR><BR>_______________________________________________<BR>coreboot mailing list<BR><A href="mailto:coreboot@coreboot.org" ymailto="mailto:coreboot@coreboot.org">coreboot@coreboot.org</A><BR><A href="http://www.coreboot.org/mailman/listinfo/coreboot" target=_blank>http://www.coreboot.org/mailman/listinfo/coreboot</A><BR><BR>End of coreboot Digest, Vol 37, Issue 167<BR>*****************************************<BR></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><BR></DIV></div><br>
      <hr size=1>Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping"> 
Find them fast with Yahoo! Search.</a></body></html>