l4-hackers
Threads by month
- ----- 2026 -----
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1998 -----
- December
- November
- October
September 2008
- 9 participants
- 12 discussions
Hi,
I am back with my problem with UTCB IPC. To sum up the context :
I use pure l4env applications. Here is the scenario between my server
and my client :
1. client makes an UTCB IPC to manager. Manager does an
l4rm_area_reserve, creates a rcv_fpage, creates worker and sends back
worker thread id to client.
2. client allocates memory and associated flexpage and sends it to server.
3. UTCB IPC is sent to worker with 3 parameters :
- on client side : utcb->values=0xbff00200: arg1=0x2 arg2=0x1 arg3=0x6
- on server side : utcb->values=0xbff00200: arg1=0x241401 arg2=0x0
arg3=0x7069776c
It seems that 0xbff00200 is not mapped on the same memory on client
and server side. As there is no problem for first IPC (utcb->values is
also 0xbff00200), is there any potential problem with flexpage ?
As utcb->values is still the same, what happens if several threads try
to make UTCB IPC ?
Another question : when I link my application with liblogserver.a, I
have strange logs :
.rm.sem.mainMain function returned.
It seems that .rm .sem and .main are added by l4env, but I didn't find where.
Regards
Marc
4
9
Dear All,
I'm try to boot fiasco kernel which is compiled to integrator(arm926)
on QMEU. I see this thread :
http://osdir.com/ml/micro-kernel.l4.devel/2007/msg00303.html
So I guess it should be worked. But I got some problem, when I use the
following command :
qemu-system-arm -kernel fiasco.image -serial stdio -d in_asm
there is no output on QEMU. I watch the log of QEMU, find that it fails
to go to '_start_kernel' in 0xf0003000 from 'bootstrap_main' because
there is nothing in 0xf0003000.
As I know, there is no physical memory in QEMU's integratorcp emulation.
It only put memory on 0x0 and 0x80000000. So I guess the way I try is
wrong, there must be something I lost. Do I have to use some kind of
bootloader like grub in ia32 or putting some file by initrd, mtdblock,
etc... And couold anyone give some advice about how to run it on QEMU.
Best Regards,
Tsai, Tung-chieh
3
11
Hi, I'm writing a work about network security concepts, and talking about
drops based projects in it, but it's great to look at Viaduct Cryptographic
module, for made some architecture examples, but I cann't find it in a
public repository.
Are there any ways I can get Viaduct sources?
Thank you!
2
1
The question was resolved by myself and no more help needed :)
I spent a night reconfiguring Fiasco and L4Linux and reading the Mailing list
archive. And it appears that l4linux itself was configured correctly. But I
encountered a troubles with 'Mysterious double fault' when using QEMU that
could be overcome if disable 'Assembler IPC shortcut' option in Fiasco
configuration. Also I found that options in loader config file have
significant order of precedence. They should appear in the following order:
allow_cli
allow_vga
all_sects_writable
If all_sects_writable appears before allow_cli then loader says that l4linux
task is not allowed to do any I/O. It is really strange and non-obvious.
Also, some diversity in options order may lead to unresolved page faults and
GPFs like the GPF which I was asking for.
Someone can say it is very trivial but I spent a night to figure out the way
it works.
I just wanted to point these non-obvious moments to novices. (and, maybe,
developers of loader server -- what if to make these options order to be
non-significant? It could make loader behaviour more predictable.)
WBR,
valery
2
1
Hi,all:
I get the source code from svn a few days ago,but I can't start
l4linux in qemu with con.The error is like follow:
Welcome to Fiasco(ia32)!
DD-L4(v2)/ia32 microkernel (C) 1998-2008 TU Dresden
Rev: r394 compiled with gcc 3.4.6 for Intel Pentium []
Performance-critical config option(s) detected:
CONFIG_NDEBUG is off
Enabling special fully nested mode for PIC
Using the PIT (i8254) on IRQ 0 for scheduling
SERIAL ESC: allocated IRQ 4 for serial uart
SERIAL ESC: allocated IRQ 4 for serial uart
Not using serial hack in slow timer handler.
Absolute KIP Syscalls using: Sysenter
CPU: GenuineIntel (6:3:3:0) Model: Unknown CPU at 3083 MHz
8 KB L1 I Cache (4-way associative, 32 bytes per line)
Freeing init code/data: 20480 bytes (5 pages)
Calibrating timer loop... done.
SIGMA0: Hello!
KIP @ 1000
Found Fiasco: KIP syscalls: yes
allocated 4KB for maintenance structures
Roottask.
Command line found: "/roottask task modname "bmodfs" attached 6 modules"
261759kB ( 255MB) total RAM (reported by bootloader)
234692kB ( 230MB) received RAM from Sigma0
30236kB ( 30MB) reserved RAM for RMGR
Received I/O ports 0000-ffff
Attached irqs = [ <!0> 1 <!2> 3 <!4> 5 6 7 8 9 A B C D E F 10 11 ]
Roottask: Parsing command line config.
configured task 0x00 (bmodfs):
vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:10 small:ff mods:6
Roottask: Loading 15 modules.
#05: loading "/names"
from [0213f000-02181683] to [002d0000-002d6957][002d7000-002e2000]
entry at 00060060 via trampoline page code
symbols at [0eb83000-0eb85000] (8kB), lines at [0eb7d000-0eb83000]
(24kB)
#06: loading "/log"
from [02182000-021c2264] to [00400000-0040704a][00408000-0043a868]
entry at 00061060 via trampoline page code
symbols at [0eb7b000-0eb7d000] (8kB), lines at [0eb74000-0eb7b000]
(28kB)
#07: loading "/dm_phys --isa=0x00800000"
from [021c3000-02263803] to [01500000-01514157][01515000-0151f000]
entry at 00062074 via trampoline page code
symbols at [0eb6f000-0eb74000] (20kB), lines at [0eb60000-0eb6f000]
(60kB)
#08: loading "/simple_ts -t 300"
from [02264000-022b2cd9] to [01400000-01408c6a][01409000-01418608]
entry at 0006306c via trampoline page code
symbols at [0eb5e000-0eb60000] (8kB), lines at [0eb56000-0eb5e000]
(32kB)
#09: loading "/rtc "
from [022b3000-022e3c5f] to [01080000-01084500][01085000-0108a000]
entry at 00064060 via trampoline page code
symbols at [0eb54000-0eb56000] (8kB), lines at [0eb4f000-0eb54000]
(20kB)
#0a: loading "/l4io "
from [022e4000-02553ac3] to [00c20000-00c44b9f][00c45000-00cb4000]
entry at 00066060 via trampoline page code
symbols at [0eaf9000-0eb4f000] (344kB), lines at [0eade000-0eaf9000]
(108kB)
#0b: loading "/con --vbemod 0x117"
from [02554000-026e6ae5] to [00b00000-00b5147f][00b52000-00b75000]
entry at 0006706c via trampoline page code
symbols at [0ead0000-0eade000] (56kB), lines at [0ea99000-0ead0000]
(220kB)
#0c: loading "/bmodfs"
from [026e7000-0278f0c7] to [01220000-01238477][01239000-01251000]
passing module /libld-l4.s.so [
02790000-02806e55 ]
passing module /libloader.s.so [
02807000-028a4c53 ]
passing module /run [
028a5000-028f3924 ]
passing module /drops-rd.rd [
028f4000-038f4000 ]
passing module /vmlinuz [
038f4000-03c4aac1 ]
passing module /cfg/l4linux26-dope-ram.cfg [
03c4b000-03c4b116 ]
entry at 00068120 via trampoline page code
symbols at [0ea94000-0ea99000] (20kB), lines at [0ea80000-0ea94000]
(80kB)
#0d: loading "/loader --fprov=BMODFS run l4linux26-dope-ram.cfg "
from [03c4c000-03d2818b] to [01300000-0132805b][01329000-01349000]
entry at 0006908c via trampoline page code
symbols at [0ea79000-0ea80000] (28kB), lines at [0ea5e000-0ea79000]
(108kB)
ROOT: Sending ports 0070-0070 to task #09
ROOT: Sending ports 0080-0080 to task #09
ROOT: Sending ports 0071-0071 to task #09
simplets| Configured for 300 tasks.
rtc | Date:25.09.2008 Time:07:40:32
bmodfs | Passed the following modules:
bmodfs | module "/libld-l4.s.so" (476kB)
bmodfs | module "/libloader.s.so" (632kB)
bmodfs | module "/run" (315kB)
bmodfs | module "/drops-rd.rd" (16384kB)
bmodfs | module "/vmlinuz" (3419kB)
bmodfs | module "/cfg/l4linux26-dope-ram.cfg" (1kB)
loader | Can't map tbuf status page
con | Using fast memcpy.
loader | "run" needs libld-l4.s.so
loader | run: Starting application using libld-l4.s.so
loader | run,#e: Loading binary
loader | run,#e: Loading ldso
loader | run,#e: Starting libld-l4.s.so at 00013950 via 0000cf8c
loader | sleeping for 1000 ms
io | Using platform configuration 'x86'
ROOT: Sending ports 0cfb-0cfb to task #0a
ROOT: Sending ports 0cf8-0cfb to task #0a
ROOT: Sending ports 0cfe-0cff to task #0a
io | PCI: Using configuration type 1
io | PCI: Probing PCI hardware
io | PCI: Probing PCI hardware (bus 00)
ROOT: Sending ports 0cfc-0cff to task #0a
io | PCI: PIIX3: Enabling Passive Release on 00:01.0
io | Limiting direct PCI/PCI transfers.
io | Activating ISA DMA hang workarounds.
io | 00000000-ffffffff : PCI mem
io | e0000000-e1ffffff : Cirrus Logic GD 5446
io | e2000000-e2000fff : Cirrus Logic GD 5446
io | 0000-ffff : PCI IO
io | 0cf8-0cff : PCI conf1
io | b000-b03f : Intel Corporation 82371AB/EB/MB PIIX4 ACPI
io | c000-c00f : Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton
II]
io | c100-c1ff : Realtek Semiconductor Co., Ltd. RTL-8029(AS)
io | Available IRQs=[ <!0> 1 <!2> 3 <!4> 5 6 7 8 9 a b c d e f 10 11 ]
con | Character size is 8x14, font has 256 characters
con | Trying execution of ``set VBE mode'' using x86emu
ROOT: Sending ports 03c4-03c4 to task #0b
ROOT: Sending ports 03c5-03c5 to task #0b
con | Found VESA BIOS version 2.0
con | OEM VGABIOS Cirrus extension
ROOT: Cannot send port 0cf8 to task #0b, owner is #0a
ROOT: task B.00 at 00b208f8 is trying to get I/O port 0cf8 allocated by task
a
--double page fault--------------------------------------IP: 00129196
The fiasco config is most default,i just enable the
Handler and preserve segments and Enable I/O port protection under kernel
options.
My l4linux.cfg:
sleep 1
task "vmlinuz" "mem=128M load_ramdisk=1 ramdisk_size=16384 root=/dev/ram
l4env_rd=drops-rd.rd"
allow_cli
allow_vga
all_sects_writable
And my menu.lst
title l4linux+dope
kernel /bootstrap -modaddr 0x2000000
module /fiasco -serial_esc -nokdb
module /sigma0
module /roottask task modname "bmodfs" attached 6 modules
module /names
module /log
module /dm_phys --isa=0x00800000
module /simple_ts -t 300
module /rtc
module /l4io
module /con --vbemod 0x117
module /bmodfs
module /libld-l4.s.so
module /libloader.s.so
module /run
module /drops-rd.rd
module /vmlinuz
module /cfg/l4linux26-dope-ram.cfg
module /loader --fprov=BMODFS run l4linux26-dope-ram.cfg
Any help is very appreciated.
Dingying
2
1
On Thu, 25 Sep 2008 12:00:02 +0200, l4-hackers-request(a)os.inf.tu-dresden.de wrote:
>Hi,all:
> I get the source code from svn a few days ago,but I can't start
>l4linux in qemu with con.The error is like follow:
>
>Welcome to Fiasco(ia32)!
>DD-L4(v2)/ia32 microkernel (C) 1998-2008 TU Dresden
>Rev: r394 compiled with gcc 3.4.6 for Intel Pentium []
>Performance-critical config option(s) detected:
> CONFIG_NDEBUG is off
>
Try to disable "Assembler IPC Shortcut" option in Fiasco
WBR,
valery
1
0
Hi all!
I compiled l4linux and trying to start it in qemu under Linux (Mandriva
2008.0). But when starting, linux is trapped
my menu.lst is like this:
[------------------------------cut------------------------------]
title L4Linux 2.6 [console]
kernel $(A)/bootstrap -serial
modaddr 0x03000000
module $(B)/fiasco $(FIASCOARGS)
module $(B)/sigma0
module $(B)/roottask -symbols -lines task sigma0 boot_priority 0xA0 task
roottask boot_priority 0xA0 task modname "names" boot_priority 0xA0 task
modname "log" boot_priority 0xA1 task modname "dm_phys" boot_priority 0xA0
task modname "simple_ts" boot_priority 0xA0 task modname "l4io" boot_priority
0xA3 task modname "loader" boot_priority 0xA0 allow_cli task modname "bmodfs"
attached 7 modules
module $(B)/fiasco_symbols
module $(B)/fiasco_lines
module $(B)/names
module $(B)/log --prio 0xA1 --buffer 0
module $(B)/dm_phys
module $(B)/simple_ts -t 380
module $(B)/rtc
module $(B)/l4io
module $(B)/bmodfs
module $(B)/libloader.s.so
module $(B)/libld-l4.s.so
module $(B)/run
module $(B)/con_demo2
module $(B)/vmlinuz26
module $(D)/cfg/l4linux26.cfg
module $(RD_DENV)
module $(B)/l4con
module $(B)/loader --fprov=BMODFS con_demo2 run l4linux26.cfg
vbeset $(VBE_MODE)
[------------------------------cut------------------------------]
where l4linux26.cfg is the following:
[------------------------------cut------------------------------]
sleep 1
task "vmlinuz26" "mem=120M load_ramdisk=1 ramdisk_size=16384 root=/dev/ram
l4env_rd=drops-fp.rd"
all_sects_writable
allow_cli
allow_vga
[------------------------------cut------------------------------]
Serial output is the following:
[------------------------------cut------------------------------]
qemu: /usr/lib/libpulse.so.0: no version information available (required by
qemu)
qemu: /usr/lib/libpulse-simple.so.0: no version information available
(required by qemu)
Could not open '/dev/kqemu' - QEMU acceleration layer not activated: No such
file or directory
^M^M
L4 Bootstrapper^M^M
Scanning (nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco -nokdb -nowait
#"-serial_esc^M^M
Scanning (nd)/tftpboot/drops/bin/x86_586/l4v2/sigma0^M^M
Scanning (nd)/tftpboot/drops/bin/x86_586/l4v2/roottask -symbols -lines task
sigma0 boot_priority 0xA0 task roottask boot_priority 0xA0 task
modname "names" boot_priority 0xA0 task modname "log" boot_priority 0xA1 task
modname "dm_phys" boot_priority 0xA0 task modname "simple_ts" boot_priority
0xA0 task modname "l4io" boot_priority 0xA3 task modname "loader"
boot_priority 0xA0 allow_cli task modname "bmodfs" attached 7 modules^M^M
Bootloader MMAP:^M^M
[ 0, 9fc00) RAM (1)^M^M
[ 9fc00, a0000) reserved (2)^M^M
[ e8000, 100000) reserved (2)^M^M
[ 100000, 1fff0000) RAM (1)^M^M
[ 1fff0000, 20000000) ACPI (3)^M^M
[ fffc0000, 100000000) reserved (2)^M^M
Relocated mbi to [0x62000-0x62a33]^M^M
Loading (nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco^M^M
Loading (nd)/tftpboot/drops/bin/x86_586/l4v2/sigma0^M^M
Loading (nd)/tftpboot/drops/bin/x86_586/l4v2/roottask^M^M
find kernel info page...^M^M
found kernel info page at 0x1000^M^M
[ 1000, 61fff] Kern
(nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco^M^M
[ 62000, 62b30] Root Multiboot info^M^M
[ 9fc00, 9ffff] Arch BIOS^M^M
[ e8000, fffff] Arch BIOS^M^M
[ 100000, 10937f] Sigma0
(nd)/tftpboot/drops/bin/x86_586/l4v2/sigma0^M^M
[ 110000, 2adfff] Root
(nd)/tftpboot/drops/bin/x86_586/l4v2/roottask^M^M
[ 2d0000, 2dae5f] Boot bootstrap^M^M
[ 300000, 38fd2f] Kern
(nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco^M^M
[ 3132000, 662dbe7] Root Modules Memory^M^M
[ 1fff0000, 1fffffff] Arch BIOS^M^M
[ fffc0000, ffffffff] Arch BIOS^M^M
API Version: (87) experimental^M^M
Sigma0 config ip:001048b8 sp:002daa20^M^M
Roottask config ip:00110000 sp:00000000^M^M
Starting kernel (nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco at 003008b8^M^M
^M^[[1;32mWelcome to Fiasco(ia32)!
^M^[[0;32mDD-L4(v2)/ia32 microkernel (C) 1998-2008 TU Dresden
^MRev: r394 compiled with gcc 4.2.2 for Intel Pentium [] ^[[0m
^M^[[31mPerformance-critical config option(s) detected:
^M CONFIG_ASSEMBLER_IPC_SHORTCUT is off
^M CONFIG_NDEBUG is off
^M CONFIG_FINE_GRAINED_CPUTIME is on
^M^[[m
^MEnabling special fully nested mode for PIC
^MUsing the PIT (i8254) on IRQ 0 for scheduling
^MAbsolute KIP Syscalls using: Sysenter
^MCPU: GenuineIntel (6:3:3:0) Model: Pentium II (Klamath) at 1729 MHz
^M
^M 32 KB L1 I Cache (8-way associative, 64 bytes per line)
^M 32 KB L1 D Cache (8-way associative, 64 bytes per line)
^M2048 KB L2 U Cache (8-way associative, 64 bytes per line)
^M
^MFreeing init code/data: 20480 bytes (5 pages)
^M
^MCalibrating timer loop... done.
^MSIGMA0: Hello!
^M KIP @ 1000
^M Found Fiasco: KIP syscalls: yes
^M allocated 4KB for maintenance structures
^M
^M
^MRoottask.
^M Command line
found: "(nd)/tftpboot/drops/bin/x86_586/l4v2/roottask -symbols -lines task
sigma0 boot_priority 0xA0 task roottask boot_priority 0xA0 task
modname "names" boot_priority 0xA0 task modname "log" boot_priority 0xA1 task
modname "dm_phys" boot_priority 0xA0 task modname "simple_ts" boot_priority
0xA0 task modname "l4io" boot_priority 0xA3 task modname "loader"
boot_priority 0xA0 allow_cli task modname "bmodfs" attached 7 modules"
^M
^M 523839kB ( 511MB) total RAM (reported by bootloader)
^M 474720kB ( 464MB) received RAM from Sigma0
^M 56220kB ( 55MB) reserved RAM for RMGR
^M Received I/O ports 0000-ffff
^M Attached irqs = [ <!0> 1 <!2> 3 4 5 6 7 8 9 A B C D E F 10 11 ]
^M
^MRoottask: Parsing command line config.
^M configured task 0x02 ():
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x04 ():
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (names):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (log):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a1 small:ff mods:0
^M configured task 0x00 (dm_phys):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (simple_ts):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (l4io):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a3 small:ff mods:0
^M configured task 0x00 (loader):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:1 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (bmodfs):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:10 small:ff mods:7
^M
MRoottask: Loading 16 modules.
^M^[[36m#05: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/names"
^M^[[m from [^[[37m03180000^[[m-^[[37m031c41e8^[[m] to [002d0000-002d6897]
[002d7000-002e2000]
^M entry at ^[[37m0005d384^[[m via trampoline page code
^M symbols at [1d6ab000-1d6ad000] (8kB), lines at [1d6a5000-1d6ab000]
(24kB)
^M^[[36m#06: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/log --prio
0xA1 --buffer 0"
^M^[[m from [^[[37m031c5000^[[m-^[[37m03205f67^[[m] to [00400000-00406f2a]
[00407000-00439808]
^M entry at ^[[37m0005e398^[[m via trampoline page code
^M symbols at [1d6a3000-1d6a5000] (8kB), lines at [1d69d000-1d6a3000]
(24kB)
^M^[[36m#07: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/dm_phys"
^M^[[m from [^[[37m03206000^[[m-^[[37m032a412c^[[m] to [01500000-015139d7]
[01514000-0151e000]
^M entry at ^[[37m0005f388^[[m via trampoline page code
^M symbols at [1d698000-1d69d000] (20kB), lines at [1d68a000-1d698000]
(56kB)
^M^[[36m#08: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/simple_ts -t 380"
^M^[[m from [^[[37m032a5000^[[m-^[[37m032f57dc^[[m] to [01400000-01408b8a]
[01409000-014185e8]
^M entry at ^[[37m00060390^[[m via trampoline page code
^M symbols at [1d688000-1d68a000] (8kB), lines at [1d680000-1d688000]
(32kB)
^M^[[36m#09: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/rtc"
^M^[[m from [^[[37m032f6000^[[m-^[[37m03329272^[[m] to [01080000-010845c0]
[01085000-0108a000]
^M entry at ^[[37m00061384^[[m via trampoline page code
^M symbols at [1d67e000-1d680000] (8kB), lines at [1d679000-1d67e000]
(20kB)
^M^[[36m#0a: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/l4io"
^M^[[m from [^[[37m0332a000^[[m-^[[37m0359b604^[[m] to [00c20000-00c44455]
[00c45000-00cb3000]
^M entry at ^[[37m00063384^[[m via trampoline page code
^M symbols at [1d623000-1d679000] (344kB), lines at [1d609000-1d623000]
(104kB)
^M^[[36m#0b: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/bmodfs"
^M^[[m from [^[[37m0359c000^[[m-^[[37m036441ca^[[m] to [01220000-01237f29]
[01238000-0124f000]
^M passing module drops/bin/x86_586/l4v2/libloader.s.so [
03645000-036e50ea ]
^M passing module /drops/bin/x86_586/l4v2/libld-l4.s.so [
036e6000-03761ae9 ]
^M passing module )/tftpboot/drops/bin/x86_586/l4v2/run [
03762000-037b0c54 ]
^M passing module boot/drops/bin/x86_586/l4v2/con_demo2 [
037b1000-038447a6 ]
^M passing module boot/drops/bin/x86_586/l4v2/vmlinuz26 [
03845000-03bc1b5e ]
^M passing module (nd)/tftpboot/drops/cfg/l4linux26.cfg [
03bc2000-03bc209d ]
^M passing module d)/tftpboot/drops/ramdisk/drops-fp.rd [
03bc3000-063c3000 ]
^M entry at ^[[37m00064538^[[m via trampoline page code
^M symbols at [1d604000-1d609000] (20kB), lines at [1d5f1000-1d604000]
(76kB)
^M^[[36m#0c: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/l4con"
^M^[[m from [^[[37m063c3000^[[m-^[[37m0654df0d^[[m] to [00b00000-00b50bf1]
[00b51000-00b71000]
^M entry at ^[[37m00065384^[[m via trampoline page code
^M symbols at [1d5e4000-1d5f1000] (52kB), lines at [1d5b0000-1d5e4000]
(208kB)
^M^[[36m#0d:
loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/loader --fprov=BMODFS con_demo2
run l4linux26.cfg"
^M^[[m from [^[[37m0654e000^[[m-^[[37m0662dbe8^[[m] to [01300000-01327b09]
[01328000-01348000]
^M entry at ^[[37m000663b0^[[m via trampoline page code
^M symbols at [1d5a9000-1d5b0000] (28kB), lines at [1d58f000-1d5a9000]
(104kB)
^M
^MROOT: Sending ports 0070-0070 to task #09
^MROOT: Sending ports 0080-0080 to task #09
^MROOT: Sending ports 0071-0071 to task #09
^Mio | Using platform configuration 'x86'
^MROOT: Sending ports 0cfb-0cfb to task #0a
^MROOT: Sending ports 0cf8-0cfb to task #0a
^MROOT: Sending ports 0cfe-0cff to task #0a
^Mio | PCI: Using configuration type 1
^Mio | PCI: Probing PCI hardware
^Mio | PCI: Probing PCI hardware (bus 00)
^MROOT: Sending ports 0cfc-0cff to task #0a
^Mio | PCI: PIIX3: Enabling Passive Release on 00:01.0
^Mio | Limiting direct PCI/PCI transfers.
^Mio | Activating ISA DMA hang workarounds.
^Mio | 00000000-ffffffff : PCI mem
^Mio | f0000000-f1ffffff : Cirrus Logic GD 5446
^Mio | f2000000-f2000fff : Cirrus Logic GD 5446
^Mio | 0000-ffff : PCI IO
^Mio | 0cf8-0cff : PCI conf1
^Mio | b000-b03f : Intel Corporation 82371AB/EB/MB PIIX4 ACPI
^Mio | b100-b11f : Intel Corporation 82371AB/EB/MB PIIX4 ACPI
^Mio | c000-c00f : Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton
II]
^Mio | c100-c1ff : Realtek Semiconductor Co., Ltd. RTL-8029(AS)
^Mio | Available IRQs=[ <!0> 1 <!2> 3 4 5 6 7 8 9 a b c d e f 10 11 ]
^Msimplets| Configured for 380 tasks.
^Mloader | Can't map tbuf status page
^Mcon | Using fast memcpy.
^Mcon | Character size is 8x14, font has 256 characters
^Mcon | VESA reports 800x600@16 1600bpl (00bb) [4096kB]
^Mcon | Color mapping: red=11:5 green=5:6 blue=0:5 res=0:0
^Mcon | No supported accelerated graphics card detected
^Mcon | Mapped I/O video mem f0000000 => 00400000 [4096kB] via l4io
^Mcon | Using MMXEXT for colorspace transform
^Mcon | L4INPUT native mode activated
^Mcon | L4INPUT: !!! W A R N I N G !!!
^Mcon | L4INPUT: Please, do not use Fiasco's "-esc" with L4INPUT.
^Mcon | L4INPUT: !!! W A R N I N G !!!
^Mcon | L4INPUT: Registered 0xb03c30 for callbacks.
^MROOT: Sending ports 0060-006f to task #0a
^Mcon | serio: i8042 AUX port at 0x60,0x64 irq 12
^Mcon | serio: i8042 KBD port at 0x60,0x64 irq 1
^Mcon | input: ImExPS/2 Generic Explorer Mouse on isa0060/serio1
^Mcon | input: AT Translated Set 2 keyboard on isa0060/serio0
^Mcon | input: PC Speaker
^Mcon | input: L4 input event injector
^Mcon | L4 input event injector: IRQ handler up
^Mcon | connect "ImExPS/2 Generic Explorer Mouse", isa0060/serio1/input0
^Mcon | connect "AT Translated Set 2 keyboard", isa0060/serio0/input0
^Mcon | connect "PC Speaker", isa0061/input0
^Mcon | connect "L4 input event injector", l4/sys
^Mcon | Running as C.02. Video mode is 800x600@16.
^Mrtc | Date:23.09.2008 Time:13:35:51
^Mbmodfs | Passed the following modules:
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/libloader.s.so"
(641kB
^Mbmodfs : )
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/libld-l4.s.so"
(495kB)
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/run" (316kB)
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/con_demo2" (590kB)
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/vmlinuz26" (3571kB)
^Mbmodfs | module "(nd)/tftpboot/drops/cfg/l4linux26.cfg" (1kB)
^Mbmodfs | module "(nd)/tftpboot/drops/ramdisk/drops-fp.rd" (40960kB)
^Mloader | "con_demo2" is a valid binary image
^Mloader | con_demo2: Starting sigma0-style application
^Mloader | con_demo2: Loading binary
^Mloader | ^[[36mcon_demo2,#e: Entry at 00009c88 => 00800000^[[m
^Mloader | con_demo2,#e: Started
^Mloader | "run" needs libld-l4.s.so
^Mloader | run: Starting application using libld-l4.s.so
^Mloader | ^[[36mrun,#f: Loading binary^[[m
^Mloader | run,#f: Loading ldso
^Mloader | run,#f: Starting libld-l4.s.so at 000138e0 via 0000cc8c
^Mloader | sleeping for 1000 ms
^Mcon_demo| Hello there, I am E.02.
^Mcon | vc_loop(): vc[1] running as C.07
^Mcon | vc[1] 800x600@16, bpl:1600, gmode:0x25, evprt:0.00 save:1
^Mloader | vmlinuz26: Starting application using libld-l4.s.so
^Mloader | ^[[36mvmlinuz26,#10: Loading binary^[[m
^Mloader | vmlinuz26,#10: Loading ldso
^Mloader | vmlinuz26,#10: Starting libld-l4.s.so at 000138e0 via 0000cc3c
^Mcon | vc_loop(): vc[2] running as C.08
^Mcon | vc[2] 800x600@16, bpl:1600, gmode:0x25, evprt:F.03 save:0
^Mrun | contxt_init(): 800x582, cols:100, lines:41, sb_lines:1041
^Ml4lx | ^[[34;1m======> L4Linux 2.6 starting... <========^[[0m
^Ml4lx | Linux version 2.6.26-l4-svn118-dirty1 (root@localhost) (gcc
version 4
^Ml4lx : .2.2 20071128 (prerelease) (4.2.2-3mdv2008.0)) #6 Wed Sep 24
02:32:30
^Ml4lx : PETST 2008
^Ml4lx | Binary name: vmlinuz26
^Ml4lx | Linux kernel command line (5 args): mem=120M load_ramdisk=1
ramdisk_s
^Ml4lx : ize=16384 root=/dev/ram l4env_rd=drops-fp.rd
^Ml4lx | Image: 00400000 - 007b9000 [3812 KiB].
^Ml4lx | Areas: Text: 00400000 - 006c3000 [2828kB] (a bit longer)
^Ml4lx | Data: 006c3000 - 006e46d8 [133kB]
^Ml4lx | Initdata: 006e8000 - 00726000 [248kB]
^Ml4lx | BSS: 00728000 - 007b8b50 [578kB]
^Ml4lx | l4lx_thread_create: Created thread 10.03 (tamer0)
^Ml4lx | Tamer0 is 10.03
^Ml4lx | Using tamed mode.
^MROOT: Sending all ports (for cli/sti) to task #0d
^Ml4lx | Got 65536 out of 65536 I/O ports
^Ml4lx | Connecting to l4io server.
^Ml4lx | l4env_linux_startup thread 4.
^Ml4lx | l4lx_thread_create: Created thread 10.04 (cpu0)
^Ml4lx | main thread will be 10.04
^Ml4lx | l4env_register_pointer_section: addr = 006e6000 size = 266240
^Ml4lx | sec-w-init: virt: 0x006e6000 to 0x00726fff [260 KiB]
^Ml4lx | Noncontiguous region for sec-w-init
^Ml4lx | sec-w-init: Number of physical regions: 2, 266240 Bytes
^Ml4lx | sec-w-init: 1: Phys: 0x014f4000 to 0x01500000, Size: 49152
^Ml4lx | sec-w-init: 2: Phys: 0x004ff000 to 0x00534000, Size: 217088
^Ml4lx | main thread: received startup message.
^Ml4lx | setup_l4env_memory: Forcing superpages for main memory
^Ml4lx | Main memory size: 120MB
^Ml4lx | Main memory: virt: 0x00800000 to 0x07ffffff [122880 KiB]
^Ml4lx | Main memory: Number of physical regions: 1, 125829120 Bytes
^Ml4lx | Main memory: 1: Phys: 0x06400000 to 0x0dc00000, Size:
125829120
^Ml4lx | Filling lower ptabs...
^Ml4lx | mainmem = 800000
^Ml4lx | Main thread running, waiting...
^Ml4lx | Done (1028 entries).
^Ml4lx | l4env_register_pointer_section: addr = 00728000 size = 593920
^Ml4lx | end: virt: 0x00728000 to 0x007b8fff [580 KiB]
^Ml4lx | end: Number of physical regions: 1, 593920 Bytes
^Ml4lx | end: 1: Phys: 0x0151e000 to 0x015af000, Size: 593920
^Ml4lx | l4env_rd_path: drops-fp.rd
^Ml4lx | Loading: drops-fp.rd
^Ml4lx | INITRD: Size of RAMdisk is 40960KiB
^Ml4lx | RAMdisk from 10000000 to 12800000 [40960KiB]
^Ml4lx | l4lx_thread_create: Created thread 10.05 (timer.i0)
^M^[[1;25r^[[25;1H
^M^[[32m ---------------------------------------------------------IP:
f0035e9b^[[m ^M ^[[32m--^[[mGeneral Protection
^M^[[25;1H^[[32m[l4lx.main] (10.02) jdb: ^[[m^[[K
[------------------------------cut------------------------------]
-- General protection fault at f0035e9b in l4lx.main
when i press 'u' in kernel debugger, the following unassembly around
the faulting instruction appears:
[------------------------------cut------------------------------]
<in_syscall>:
f0035e94 pop %ecx
f0035e95 pop %edx
f0035e96 pop %esi
f0035e97 pop %edi
f0035e98 pop %ebx
f0035e99 pop %ebp
f0035e9a pop %eax
f0035e9b iret
f0035e9c lea 0x0(%esi),%esi
<entry_sys_id_nearest>:
f0035ea0 push %eax
f0035ea1 mov $0xf0052f64,%eax
f0035ea6 jmp 0xf0035e70 <all_syscalls>
<entry_sys_fpage_unmap>:
f0035ea8 push %eax
f0035ea9 mov $0xf0052f68,%eax
f0035eae jmp 0xf0035e70 <all_syscalls>
<entry_sys_thread_switch>:
f0035eb0 push %eax
f0035eb1 mov $0xf0052f6c,%eax
f0035eb6 jmp 0xf0035e70 <all_syscalls>
<entry_sys_thread_schedule>:
f0035eb8 push %eax
[------------------------------cut------------------------------]
So, the trap occurs when returning from an interrupt handler.
And also the address 0xf0035e9b is seems to be somewhere in
L4 kernel, not in linux itself.
What it can be and how can I resolve this?
Thanks in advance,
Valery.
1
0
Sorry, i forgot to add my linux .config:
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.26-l4
# Wed Sep 24 02:31:47 2008
#
#
# L4Linux configuration
#
CONFIG_L4=y
CONFIG_L4_LINUX=y
CONFIG_L4_OBJ_TREE="/home/valerius/src/tudos/obj"
CONFIG_L4_L4ENV=y
CONFIG_L4_LDR=y
CONFIG_L4_ARCH_X86=y
# CONFIG_L4_ARCH_ARM is not set
CONFIG_L4_VMLINUZ_SUFFIX="26"
CONFIG_HZ=100
CONFIG_PHYSICAL_START=0x0
#
# L4 build options
#
CONFIG_L4_MK_CPU_X86="586"
#
# IRQ Handling
#
# CONFIG_L4_IRQ_SINGLE is not set
CONFIG_L4_IRQ_OMEGA0=y
# CONFIG_L4_IRQ_MULTI is not set
#
# Stub drivers
#
CONFIG_L4_EXTERNAL_RTC=y
# CONFIG_L4_BLK_DRV is not set
# CONFIG_L4_PDSPBLK_DRV is not set
CONFIG_L4_FB_DRIVER=y
# CONFIG_L4_FB_DRIVER_XF86IF is not set
# CONFIG_L4_ORE_DRV is not set
# CONFIG_L4_SERIAL is not set
#
# Debugging options
#
CONFIG_L4_DEBUG=y
CONFIG_L4_DEBUG_REGISTER_NAMES=y
CONFIG_L4_DEBUG_SEGFAULTS=y
CONFIG_L4_DEBUG_STATS=y
# CONFIG_L4_DEBUG_IRQ_WHEELS is not set
# CONFIG_L4_DEBUG_TAMED_COUNT_INTERRUPT_DISABLE is not set
#
# Advanced options
#
CONFIG_L4_L4ENV_MEMSIZE=32
CONFIG_L4_TAMED=y
#
# Priority configuration
#
CONFIG_L4_PRIO_SERVER_PROC=64
CONFIG_L4_PRIO_IDLER=65
CONFIG_L4_PRIO_IRQ_BASE=66
CONFIG_L4_PRIO_TAMER=85
CONFIG_L4_PRIO_L4FB_INPUT=70
CONFIG_L4_PRIO_L4FB_REFRESH=70
CONFIG_L4_PRIO_L4ORE=70
#
# Monitoring options (ferret)
#
# CONFIG_L4_FERRET_USER is not set
# CONFIG_L4_FERRET_KERNEL is not set
# CONFIG_L4_FERRET_SYSCALL_COUNTER is not set
# CONFIG_L4_USE_L4VMM is not set
CONFIG_L4_CONFIG_CHECKS=y
# CONFIG_L4_SAMPLE_MODULE is not set
#
#
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
# CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_AOUT=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_KTIME_SCALAR=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=15
# CONFIG_CGROUPS is not set
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_USER_SCHED=y
# CONFIG_CGROUP_SCHED is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
# CONFIG_RELAY is not set
# CONFIG_NAMESPACES is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_SYSCTL_SYSCALL_CHECK=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
# CONFIG_HOTPLUG is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
# CONFIG_PCSPKR_PLATFORM is not set
CONFIG_COMPAT_BRK=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
# CONFIG_MARKERS is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
# CONFIG_HAVE_DMA_ATTRS is not set
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
# CONFIG_MODULE_UNLOAD is not set
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
# CONFIG_BLK_DEV_BSG is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
CONFIG_CLASSIC_RCU=y
#
# Processor type and features
#
# CONFIG_TICK_ONESHOT is not set
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
# CONFIG_SMP is not set
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
CONFIG_M586TSC=y
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CPU=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_XADD=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_X86_F00F_BUG=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
# CONFIG_HPET_TIMER is not set
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_MCE is not set
# CONFIG_VM86 is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_VMSPLIT_3G=y
# CONFIG_VMSPLIT_3G_OPT is not set
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
# CONFIG_VMSPLIT_1G is not set
CONFIG_PAGE_OFFSET=0
# CONFIG_X86_PAE is not set
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
# CONFIG_SCHED_HRTICK is not set
# CONFIG_KEXEC is not set
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_COMPAT_VDSO=y
#
# Power management options
#
# CONFIG_PM is not set
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
# CONFIG_CPU_IDLE is not set
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
CONFIG_PCI_GODIRECT=y
# CONFIG_PCI_GOOLPC is not set
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_DIRECT=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_ARCH_SUPPORTS_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# CONFIG_OLPC is not set
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y
#
# Networking
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
CONFIG_INET_XFRM_MODE_BEET=y
# CONFIG_INET_LRO is not set
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
#
# Wireless
#
# CONFIG_CFG80211 is not set
# CONFIG_WIRELESS_EXT is not set
# CONFIG_MAC80211 is not set
# CONFIG_IEEE80211 is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
# CONFIG_PNP is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
CONFIG_IDE_MAX_HWIFS=4
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_PLATFORM is not set
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEDMA_SFF=y
#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_CS5535 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_BLK_DEV_TC86C001 is not set
#
# Other IDE chipsets support
#
#
# Note: most of these also require special kernel boot parameters
#
# CONFIG_BLK_DEV_4DRIVES is not set
# CONFIG_BLK_DEV_ALI14XX is not set
# CONFIG_BLK_DEV_DTC2278 is not set
# CONFIG_BLK_DEV_HT6560B is not set
# CONFIG_BLK_DEV_QD65XX is not set
# CONFIG_BLK_DEV_UMC8672 is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_HD_ONLY is not set
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
# CONFIG_BLK_DEV_SD is not set
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_SATA_PMP=y
CONFIG_SATA_AHCI=y
CONFIG_SATA_SIL24=y
CONFIG_ATA_SFF=y
# CONFIG_SATA_SVW is not set
CONFIG_ATA_PIIX=y
CONFIG_SATA_MV=y
CONFIG_SATA_NV=y
CONFIG_PDC_ADMA=y
CONFIG_SATA_QSTOR=y
CONFIG_SATA_PROMISE=y
CONFIG_SATA_SX4=y
CONFIG_SATA_SIL=y
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CS5536 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_LEGACY is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_QDI is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_WINBOND_VLB is not set
# CONFIG_PATA_PLATFORM is not set
# CONFIG_PATA_SCH is not set
# CONFIG_MD is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
#
# Enable only one of the two stacks, unless you know what you are doing
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_ARCNET is not set
# CONFIG_PHYLIB is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
CONFIG_EL3=y
# CONFIG_3C515 is not set
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
CONFIG_TULIP=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_MMIO is not set
# CONFIG_TULIP_NAPI is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_CS89x0 is not set
CONFIG_EEPRO100=y
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
CONFIG_NE2K_PCI=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
# CONFIG_E1000E is not set
# CONFIG_E1000E_ENABLED is not set
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=y
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
CONFIG_NETDEV_10000=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_NIU is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_SFC is not set
# CONFIG_TR is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
# CONFIG_IWLWIFI_LEDS is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
# CONFIG_GAMEPORT is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_DEVKMEM=y
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set
CONFIG_FIX_EARLYCON_MEM=y
#
# Non-8250 serial port support
#
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_I2C is not set
# CONFIG_SPI is not set
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set
# CONFIG_THERMAL is not set
# CONFIG_THERMAL_HWMON is not set
# CONFIG_WATCHDOG is not set
#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
#
# Multimedia devices
#
#
# Multimedia core support
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_VIDEO_MEDIA is not set
#
# Multimedia drivers
#
CONFIG_DAB=y
#
# Graphics support
#
# CONFIG_AGP is not set
# CONFIG_DRM is not set
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
# CONFIG_FB_DDC is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set
#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set
#
# Console display driver support
#
# CONFIG_VGA_CONSOLE is not set
CONFIG_MDA_CONSOLE=m
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
CONFIG_FONT_MINI_4x6=y
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
#
# Sound
#
# CONFIG_SOUND is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
# CONFIG_HIDRAW is not set
# CONFIG_USB_SUPPORT is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
# CONFIG_DMADEVICES is not set
# CONFIG_UIO is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
# CONFIG_ISCSI_IBFT_FIND is not set
#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
# CONFIG_XFS_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_UDF_FS is not set
#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_CONFIGFS_FS is not set
#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
# CONFIG_NFSD is not set
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
# CONFIG_SUNRPC_BIND34 is not set
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_WRITECOUNT is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_NONPROMISC_DEVMEM is not set
# CONFIG_EARLY_PRINTK is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_DEBUG_NX_TEST is not set
# CONFIG_4KSTACKS is not set
CONFIG_DOUBLEFAULT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_CPA_DEBUG is not set
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_MANAGER=y
# CONFIG_CRYPTO_GF128MUL is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_CRYPTD is not set
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_TEST is not set
#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_PCBC=m
# CONFIG_CRYPTO_XTS is not set
#
# Hash modes
#
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_XCBC is not set
#
# Digest
#
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
#
# Ciphers
#
# CONFIG_CRYPTO_AES is not set
# CONFIG_CRYPTO_AES_586 is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set
#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_LZO is not set
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
# CONFIG_CRC_CCITT is not set
# CONFIG_CRC16 is not set
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
1
0
Hi all!
I compiled l4linux and trying to start it in qemu under Linux (Mandriva
2008.0). But when starting, linux is trapped
my menu.lst is like this:
[------------------------------cut------------------------------]
title L4Linux 2.6 [console]
kernel $(A)/bootstrap -serial
modaddr 0x03000000
module $(B)/fiasco $(FIASCOARGS)
module $(B)/sigma0
module $(B)/roottask -symbols -lines task sigma0 boot_priority 0xA0 task
roottask boot_priority 0xA0 task modname "names" boot_priority 0xA0 task
modname "log" boot_priority 0xA1 task modname "dm_phys" boot_priority 0xA0
task modname "simple_ts" boot_priority 0xA0 task modname "l4io" boot_priority
0xA3 task modname "loader" boot_priority 0xA0 allow_cli task modname "bmodfs"
attached 7 modules
module $(B)/fiasco_symbols
module $(B)/fiasco_lines
module $(B)/names
module $(B)/log --prio 0xA1 --buffer 0
module $(B)/dm_phys
module $(B)/simple_ts -t 380
module $(B)/rtc
module $(B)/l4io
module $(B)/bmodfs
module $(B)/libloader.s.so
module $(B)/libld-l4.s.so
module $(B)/run
module $(B)/con_demo2
module $(B)/vmlinuz26
module $(D)/cfg/l4linux26.cfg
module $(RD_DENV)
module $(B)/l4con
module $(B)/loader --fprov=BMODFS con_demo2 run l4linux26.cfg
vbeset $(VBE_MODE)
[------------------------------cut------------------------------]
where l4linux26.cfg is the following:
[------------------------------cut------------------------------]
sleep 1
task "vmlinuz26" "mem=120M load_ramdisk=1 ramdisk_size=16384 root=/dev/ram
l4env_rd=drops-fp.rd"
all_sects_writable
allow_cli
allow_vga
[------------------------------cut------------------------------]
Serial output is the following:
[------------------------------cut------------------------------]
qemu: /usr/lib/libpulse.so.0: no version information available (required by
qemu)
qemu: /usr/lib/libpulse-simple.so.0: no version information available
(required by qemu)
Could not open '/dev/kqemu' - QEMU acceleration layer not activated: No such
file or directory
^M^M
L4 Bootstrapper^M^M
Scanning (nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco -nokdb -nowait
#"-serial_esc^M^M
Scanning (nd)/tftpboot/drops/bin/x86_586/l4v2/sigma0^M^M
Scanning (nd)/tftpboot/drops/bin/x86_586/l4v2/roottask -symbols -lines task
sigma0 boot_priority 0xA0 task roottask boot_priority 0xA0 task
modname "names" boot_priority 0xA0 task modname "log" boot_priority 0xA1 task
modname "dm_phys" boot_priority 0xA0 task modname "simple_ts" boot_priority
0xA0 task modname "l4io" boot_priority 0xA3 task modname "loader"
boot_priority 0xA0 allow_cli task modname "bmodfs" attached 7 modules^M^M
Bootloader MMAP:^M^M
[ 0, 9fc00) RAM (1)^M^M
[ 9fc00, a0000) reserved (2)^M^M
[ e8000, 100000) reserved (2)^M^M
[ 100000, 1fff0000) RAM (1)^M^M
[ 1fff0000, 20000000) ACPI (3)^M^M
[ fffc0000, 100000000) reserved (2)^M^M
Relocated mbi to [0x62000-0x62a33]^M^M
Loading (nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco^M^M
Loading (nd)/tftpboot/drops/bin/x86_586/l4v2/sigma0^M^M
Loading (nd)/tftpboot/drops/bin/x86_586/l4v2/roottask^M^M
find kernel info page...^M^M
found kernel info page at 0x1000^M^M
[ 1000, 61fff] Kern
(nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco^M^M
[ 62000, 62b30] Root Multiboot info^M^M
[ 9fc00, 9ffff] Arch BIOS^M^M
[ e8000, fffff] Arch BIOS^M^M
[ 100000, 10937f] Sigma0
(nd)/tftpboot/drops/bin/x86_586/l4v2/sigma0^M^M
[ 110000, 2adfff] Root
(nd)/tftpboot/drops/bin/x86_586/l4v2/roottask^M^M
[ 2d0000, 2dae5f] Boot bootstrap^M^M
[ 300000, 38fd2f] Kern
(nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco^M^M
[ 3132000, 662dbe7] Root Modules Memory^M^M
[ 1fff0000, 1fffffff] Arch BIOS^M^M
[ fffc0000, ffffffff] Arch BIOS^M^M
API Version: (87) experimental^M^M
Sigma0 config ip:001048b8 sp:002daa20^M^M
Roottask config ip:00110000 sp:00000000^M^M
Starting kernel (nd)/tftpboot/drops/bin/x86_586/l4v2/fiasco at 003008b8^M^M
^M^[[1;32mWelcome to Fiasco(ia32)!
^M^[[0;32mDD-L4(v2)/ia32 microkernel (C) 1998-2008 TU Dresden
^MRev: r394 compiled with gcc 4.2.2 for Intel Pentium [] ^[[0m
^M^[[31mPerformance-critical config option(s) detected:
^M CONFIG_ASSEMBLER_IPC_SHORTCUT is off
^M CONFIG_NDEBUG is off
^M CONFIG_FINE_GRAINED_CPUTIME is on
^M^[[m
^MEnabling special fully nested mode for PIC
^MUsing the PIT (i8254) on IRQ 0 for scheduling
^MAbsolute KIP Syscalls using: Sysenter
^MCPU: GenuineIntel (6:3:3:0) Model: Pentium II (Klamath) at 1729 MHz
^M
^M 32 KB L1 I Cache (8-way associative, 64 bytes per line)
^M 32 KB L1 D Cache (8-way associative, 64 bytes per line)
^M2048 KB L2 U Cache (8-way associative, 64 bytes per line)
^M
^MFreeing init code/data: 20480 bytes (5 pages)
^M
^MCalibrating timer loop... done.
^MSIGMA0: Hello!
^M KIP @ 1000
^M Found Fiasco: KIP syscalls: yes
^M allocated 4KB for maintenance structures
^M
^M
^MRoottask.
^M Command line
found: "(nd)/tftpboot/drops/bin/x86_586/l4v2/roottask -symbols -lines task
sigma0 boot_priority 0xA0 task roottask boot_priority 0xA0 task
modname "names" boot_priority 0xA0 task modname "log" boot_priority 0xA1 task
modname "dm_phys" boot_priority 0xA0 task modname "simple_ts" boot_priority
0xA0 task modname "l4io" boot_priority 0xA3 task modname "loader"
boot_priority 0xA0 allow_cli task modname "bmodfs" attached 7 modules"
^M
^M 523839kB ( 511MB) total RAM (reported by bootloader)
^M 474720kB ( 464MB) received RAM from Sigma0
^M 56220kB ( 55MB) reserved RAM for RMGR
^M Received I/O ports 0000-ffff
^M Attached irqs = [ <!0> 1 <!2> 3 4 5 6 7 8 9 A B C D E F 10 11 ]
^M
^MRoottask: Parsing command line config.
^M configured task 0x02 ():
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x04 ():
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (names):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (log):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a1 small:ff mods:0
^M configured task 0x00 (dm_phys):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (simple_ts):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (l4io):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:a3 small:ff mods:0
^M configured task 0x00 (loader):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:1 mcp:ff prio:a0 small:ff mods:0
^M configured task 0x00 (bmodfs):
^M vm_offs:0 irq:3ffff lmcp:ffff allow_cli:0 mcp:ff prio:10 small:ff mods:7
^M
MRoottask: Loading 16 modules.
^M^[[36m#05: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/names"
^M^[[m from [^[[37m03180000^[[m-^[[37m031c41e8^[[m] to [002d0000-002d6897]
[002d7000-002e2000]
^M entry at ^[[37m0005d384^[[m via trampoline page code
^M symbols at [1d6ab000-1d6ad000] (8kB), lines at [1d6a5000-1d6ab000]
(24kB)
^M^[[36m#06: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/log --prio
0xA1 --buffer 0"
^M^[[m from [^[[37m031c5000^[[m-^[[37m03205f67^[[m] to [00400000-00406f2a]
[00407000-00439808]
^M entry at ^[[37m0005e398^[[m via trampoline page code
^M symbols at [1d6a3000-1d6a5000] (8kB), lines at [1d69d000-1d6a3000]
(24kB)
^M^[[36m#07: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/dm_phys"
^M^[[m from [^[[37m03206000^[[m-^[[37m032a412c^[[m] to [01500000-015139d7]
[01514000-0151e000]
^M entry at ^[[37m0005f388^[[m via trampoline page code
^M symbols at [1d698000-1d69d000] (20kB), lines at [1d68a000-1d698000]
(56kB)
^M^[[36m#08: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/simple_ts -t 380"
^M^[[m from [^[[37m032a5000^[[m-^[[37m032f57dc^[[m] to [01400000-01408b8a]
[01409000-014185e8]
^M entry at ^[[37m00060390^[[m via trampoline page code
^M symbols at [1d688000-1d68a000] (8kB), lines at [1d680000-1d688000]
(32kB)
^M^[[36m#09: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/rtc"
^M^[[m from [^[[37m032f6000^[[m-^[[37m03329272^[[m] to [01080000-010845c0]
[01085000-0108a000]
^M entry at ^[[37m00061384^[[m via trampoline page code
^M symbols at [1d67e000-1d680000] (8kB), lines at [1d679000-1d67e000]
(20kB)
^M^[[36m#0a: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/l4io"
^M^[[m from [^[[37m0332a000^[[m-^[[37m0359b604^[[m] to [00c20000-00c44455]
[00c45000-00cb3000]
^M entry at ^[[37m00063384^[[m via trampoline page code
^M symbols at [1d623000-1d679000] (344kB), lines at [1d609000-1d623000]
(104kB)
^M^[[36m#0b: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/bmodfs"
^M^[[m from [^[[37m0359c000^[[m-^[[37m036441ca^[[m] to [01220000-01237f29]
[01238000-0124f000]
^M passing module drops/bin/x86_586/l4v2/libloader.s.so [
03645000-036e50ea ]
^M passing module /drops/bin/x86_586/l4v2/libld-l4.s.so [
036e6000-03761ae9 ]
^M passing module )/tftpboot/drops/bin/x86_586/l4v2/run [
03762000-037b0c54 ]
^M passing module boot/drops/bin/x86_586/l4v2/con_demo2 [
037b1000-038447a6 ]
^M passing module boot/drops/bin/x86_586/l4v2/vmlinuz26 [
03845000-03bc1b5e ]
^M passing module (nd)/tftpboot/drops/cfg/l4linux26.cfg [
03bc2000-03bc209d ]
^M passing module d)/tftpboot/drops/ramdisk/drops-fp.rd [
03bc3000-063c3000 ]
^M entry at ^[[37m00064538^[[m via trampoline page code
^M symbols at [1d604000-1d609000] (20kB), lines at [1d5f1000-1d604000]
(76kB)
^M^[[36m#0c: loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/l4con"
^M^[[m from [^[[37m063c3000^[[m-^[[37m0654df0d^[[m] to [00b00000-00b50bf1]
[00b51000-00b71000]
^M entry at ^[[37m00065384^[[m via trampoline page code
^M symbols at [1d5e4000-1d5f1000] (52kB), lines at [1d5b0000-1d5e4000]
(208kB)
^M^[[36m#0d:
loading "(nd)/tftpboot/drops/bin/x86_586/l4v2/loader --fprov=BMODFS con_demo2
run l4linux26.cfg"
^M^[[m from [^[[37m0654e000^[[m-^[[37m0662dbe8^[[m] to [01300000-01327b09]
[01328000-01348000]
^M entry at ^[[37m000663b0^[[m via trampoline page code
^M symbols at [1d5a9000-1d5b0000] (28kB), lines at [1d58f000-1d5a9000]
(104kB)
^M
^MROOT: Sending ports 0070-0070 to task #09
^MROOT: Sending ports 0080-0080 to task #09
^MROOT: Sending ports 0071-0071 to task #09
^Mio | Using platform configuration 'x86'
^MROOT: Sending ports 0cfb-0cfb to task #0a
^MROOT: Sending ports 0cf8-0cfb to task #0a
^MROOT: Sending ports 0cfe-0cff to task #0a
^Mio | PCI: Using configuration type 1
^Mio | PCI: Probing PCI hardware
^Mio | PCI: Probing PCI hardware (bus 00)
^MROOT: Sending ports 0cfc-0cff to task #0a
^Mio | PCI: PIIX3: Enabling Passive Release on 00:01.0
^Mio | Limiting direct PCI/PCI transfers.
^Mio | Activating ISA DMA hang workarounds.
^Mio | 00000000-ffffffff : PCI mem
^Mio | f0000000-f1ffffff : Cirrus Logic GD 5446
^Mio | f2000000-f2000fff : Cirrus Logic GD 5446
^Mio | 0000-ffff : PCI IO
^Mio | 0cf8-0cff : PCI conf1
^Mio | b000-b03f : Intel Corporation 82371AB/EB/MB PIIX4 ACPI
^Mio | b100-b11f : Intel Corporation 82371AB/EB/MB PIIX4 ACPI
^Mio | c000-c00f : Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton
II]
^Mio | c100-c1ff : Realtek Semiconductor Co., Ltd. RTL-8029(AS)
^Mio | Available IRQs=[ <!0> 1 <!2> 3 4 5 6 7 8 9 a b c d e f 10 11 ]
^Msimplets| Configured for 380 tasks.
^Mloader | Can't map tbuf status page
^Mcon | Using fast memcpy.
^Mcon | Character size is 8x14, font has 256 characters
^Mcon | VESA reports 800x600@16 1600bpl (00bb) [4096kB]
^Mcon | Color mapping: red=11:5 green=5:6 blue=0:5 res=0:0
^Mcon | No supported accelerated graphics card detected
^Mcon | Mapped I/O video mem f0000000 => 00400000 [4096kB] via l4io
^Mcon | Using MMXEXT for colorspace transform
^Mcon | L4INPUT native mode activated
^Mcon | L4INPUT: !!! W A R N I N G !!!
^Mcon | L4INPUT: Please, do not use Fiasco's "-esc" with L4INPUT.
^Mcon | L4INPUT: !!! W A R N I N G !!!
^Mcon | L4INPUT: Registered 0xb03c30 for callbacks.
^MROOT: Sending ports 0060-006f to task #0a
^Mcon | serio: i8042 AUX port at 0x60,0x64 irq 12
^Mcon | serio: i8042 KBD port at 0x60,0x64 irq 1
^Mcon | input: ImExPS/2 Generic Explorer Mouse on isa0060/serio1
^Mcon | input: AT Translated Set 2 keyboard on isa0060/serio0
^Mcon | input: PC Speaker
^Mcon | input: L4 input event injector
^Mcon | L4 input event injector: IRQ handler up
^Mcon | connect "ImExPS/2 Generic Explorer Mouse", isa0060/serio1/input0
^Mcon | connect "AT Translated Set 2 keyboard", isa0060/serio0/input0
^Mcon | connect "PC Speaker", isa0061/input0
^Mcon | connect "L4 input event injector", l4/sys
^Mcon | Running as C.02. Video mode is 800x600@16.
^Mrtc | Date:23.09.2008 Time:13:35:51
^Mbmodfs | Passed the following modules:
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/libloader.s.so"
(641kB
^Mbmodfs : )
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/libld-l4.s.so"
(495kB)
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/run" (316kB)
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/con_demo2" (590kB)
^Mbmodfs | module "(nd)/tftpboot/drops/bin/x86_586/l4v2/vmlinuz26" (3571kB)
^Mbmodfs | module "(nd)/tftpboot/drops/cfg/l4linux26.cfg" (1kB)
^Mbmodfs | module "(nd)/tftpboot/drops/ramdisk/drops-fp.rd" (40960kB)
^Mloader | "con_demo2" is a valid binary image
^Mloader | con_demo2: Starting sigma0-style application
^Mloader | con_demo2: Loading binary
^Mloader | ^[[36mcon_demo2,#e: Entry at 00009c88 => 00800000^[[m
^Mloader | con_demo2,#e: Started
^Mloader | "run" needs libld-l4.s.so
^Mloader | run: Starting application using libld-l4.s.so
^Mloader | ^[[36mrun,#f: Loading binary^[[m
^Mloader | run,#f: Loading ldso
^Mloader | run,#f: Starting libld-l4.s.so at 000138e0 via 0000cc8c
^Mloader | sleeping for 1000 ms
^Mcon_demo| Hello there, I am E.02.
^Mcon | vc_loop(): vc[1] running as C.07
^Mcon | vc[1] 800x600@16, bpl:1600, gmode:0x25, evprt:0.00 save:1
^Mloader | vmlinuz26: Starting application using libld-l4.s.so
^Mloader | ^[[36mvmlinuz26,#10: Loading binary^[[m
^Mloader | vmlinuz26,#10: Loading ldso
^Mloader | vmlinuz26,#10: Starting libld-l4.s.so at 000138e0 via 0000cc3c
^Mcon | vc_loop(): vc[2] running as C.08
^Mcon | vc[2] 800x600@16, bpl:1600, gmode:0x25, evprt:F.03 save:0
^Mrun | contxt_init(): 800x582, cols:100, lines:41, sb_lines:1041
^Ml4lx | ^[[34;1m======> L4Linux 2.6 starting... <========^[[0m
^Ml4lx | Linux version 2.6.26-l4-svn118-dirty1 (root@localhost) (gcc
version 4
^Ml4lx : .2.2 20071128 (prerelease) (4.2.2-3mdv2008.0)) #6 Wed Sep 24
02:32:30
^Ml4lx : PETST 2008
^Ml4lx | Binary name: vmlinuz26
^Ml4lx | Linux kernel command line (5 args): mem=120M load_ramdisk=1
ramdisk_s
^Ml4lx : ize=16384 root=/dev/ram l4env_rd=drops-fp.rd
^Ml4lx | Image: 00400000 - 007b9000 [3812 KiB].
^Ml4lx | Areas: Text: 00400000 - 006c3000 [2828kB] (a bit longer)
^Ml4lx | Data: 006c3000 - 006e46d8 [133kB]
^Ml4lx | Initdata: 006e8000 - 00726000 [248kB]
^Ml4lx | BSS: 00728000 - 007b8b50 [578kB]
^Ml4lx | l4lx_thread_create: Created thread 10.03 (tamer0)
^Ml4lx | Tamer0 is 10.03
^Ml4lx | Using tamed mode.
^MROOT: Sending all ports (for cli/sti) to task #0d
^Ml4lx | Got 65536 out of 65536 I/O ports
^Ml4lx | Connecting to l4io server.
^Ml4lx | l4env_linux_startup thread 4.
^Ml4lx | l4lx_thread_create: Created thread 10.04 (cpu0)
^Ml4lx | main thread will be 10.04
^Ml4lx | l4env_register_pointer_section: addr = 006e6000 size = 266240
^Ml4lx | sec-w-init: virt: 0x006e6000 to 0x00726fff [260 KiB]
^Ml4lx | Noncontiguous region for sec-w-init
^Ml4lx | sec-w-init: Number of physical regions: 2, 266240 Bytes
^Ml4lx | sec-w-init: 1: Phys: 0x014f4000 to 0x01500000, Size: 49152
^Ml4lx | sec-w-init: 2: Phys: 0x004ff000 to 0x00534000, Size: 217088
^Ml4lx | main thread: received startup message.
^Ml4lx | setup_l4env_memory: Forcing superpages for main memory
^Ml4lx | Main memory size: 120MB
^Ml4lx | Main memory: virt: 0x00800000 to 0x07ffffff [122880 KiB]
^Ml4lx | Main memory: Number of physical regions: 1, 125829120 Bytes
^Ml4lx | Main memory: 1: Phys: 0x06400000 to 0x0dc00000, Size:
125829120
^Ml4lx | Filling lower ptabs...
^Ml4lx | mainmem = 800000
^Ml4lx | Main thread running, waiting...
^Ml4lx | Done (1028 entries).
^Ml4lx | l4env_register_pointer_section: addr = 00728000 size = 593920
^Ml4lx | end: virt: 0x00728000 to 0x007b8fff [580 KiB]
^Ml4lx | end: Number of physical regions: 1, 593920 Bytes
^Ml4lx | end: 1: Phys: 0x0151e000 to 0x015af000, Size: 593920
^Ml4lx | l4env_rd_path: drops-fp.rd
^Ml4lx | Loading: drops-fp.rd
^Ml4lx | INITRD: Size of RAMdisk is 40960KiB
^Ml4lx | RAMdisk from 10000000 to 12800000 [40960KiB]
^Ml4lx | l4lx_thread_create: Created thread 10.05 (timer.i0)
^M^[[1;25r^[[25;1H
^M^[[32m ---------------------------------------------------------IP:
f0035e9b^[[m ^M ^[[32m--^[[mGeneral Protection
^M^[[25;1H^[[32m[l4lx.main] (10.02) jdb: ^[[m^[[K
[------------------------------cut------------------------------]
-- General protection fault at f0035e9b in l4lx.main
when i press 'u' in kernel debugger, the following unassembly around
the faulting instruction appears:
[------------------------------cut------------------------------]
<in_syscall>:
f0035e94 pop %ecx
f0035e95 pop %edx
f0035e96 pop %esi
f0035e97 pop %edi
f0035e98 pop %ebx
f0035e99 pop %ebp
f0035e9a pop %eax
f0035e9b iret
f0035e9c lea 0x0(%esi),%esi
<entry_sys_id_nearest>:
f0035ea0 push %eax
f0035ea1 mov $0xf0052f64,%eax
f0035ea6 jmp 0xf0035e70 <all_syscalls>
<entry_sys_fpage_unmap>:
f0035ea8 push %eax
f0035ea9 mov $0xf0052f68,%eax
f0035eae jmp 0xf0035e70 <all_syscalls>
<entry_sys_thread_switch>:
f0035eb0 push %eax
f0035eb1 mov $0xf0052f6c,%eax
f0035eb6 jmp 0xf0035e70 <all_syscalls>
<entry_sys_thread_schedule>:
f0035eb8 push %eax
[------------------------------cut------------------------------]
So, the trap occurs when returning from an interrupt handler.
And also the address 0xf0035e9b is seems to be somewhere in
L4 kernel, not in linux itself.
What it can be and how can I resolve this?
Thanks in advance,
Valery.
1
0
Hi,all
I have done several experiments with ORe server installed, but I'm still
puzzled with the concept "ORe-a software network switch". Can you give me a
distinct explanation and thanks a lot.
Fei
2
1