[LinuxBIOS] why no mapped APIC

2007-02-07 Thread michal wan
the log is below: No local APIC present or hardware disabled Initializing CPU#0 google searchs something like: mapped APIC to d000 or Using APIC driver default ACPI what else step missed or not configured? any hints would be greatly appreciated!

[LinuxBIOS] Unexpected Exception: 13

2007-02-02 Thread michal wan
in the file src/cpu/amd/model_lx/model_lx_init.c static void model_lx_init(device_t dev) { printk_debug(model_lx_init\n); /* Turn on caching if we haven't already */ x86_enable_cache(); /* Enable the local cpu apics */ //setup_lapic(); // do VSA late init

[LinuxBIOS] hda: lost interrupt when executing linux kernel

2007-02-01 Thread michal wan
1 it looks ok running linuxbios and filo 2 loading kernel ok when executing linux kernel, something occurs like hda: lost interrupt there are some problems which can be seen from the output of linux kernel 1 AMD5536: not 100% native mode: will probe irqs lalater 2 AMD5536: neither IDE port

[LinuxBIOS] bad page state when starting cups service of linux system

2007-02-01 Thread michal wan
stepping into starting linux system process, at the time of starting cups process, linux reports bad page state, then backtrace, the full log file is attached any hint would be great help, thanks in advance! _

[LinuxBIOS] linuxbios debug full log

2007-01-31 Thread michal wan
Press Enter for default boot, or Esc for boot prompt... 5^H ^H4^H ^H3^H ^H2^H ^H1^H ^Htimed out boot: hda1:/boot/vmlinuz-2.6.15-1.2054_FC5 root=/dev/hda1 console=tty0 console=ttyS0,115200 malloc_diag: alloc: 376 bytes (5 blocks), free: 16000 bytes (1 blocks) malloc_diag: alloc: 392 bytes (6

[LinuxBIOS] linuxbios debug full log

2007-01-29 Thread michal wan
configure environment in filo-0.4.2 SUPPORT_PCI = 1 PCI_BRUTE_SCAN = 1 DEBUG_ALL = 1 in LinuxBIOSV2510 use targets/artecgroup/dbe61 the problem is find_ide_controller: PCI IDE #0 not found the full log is in the attached file any advice would be appreciated!