Hi all.
 
after i built the kernel ,first i prepare as follow:
 
Mkdir fiasco_test
Cp kernel.image fiasco_test/fiasco
Cp irq0 fiasco_test/
Cp roottask fiasco_test/
Cp sigma0-ux fiasco_test
Cp bootstrap fiasco_test/
 
then ./fiasco
 
i got the error message:
 

Loading Module 0x00090000-0x00096cc4 [sigma0-ux]
Loading Module 0x00120000-0x002bd9f4 [roottask]

Bootstrapping...

Welcome to Fiasco(ux)!
DD-L4(v2)/x86 microkernel (C) 1998-2006 TU Dresden
Rev: Tue Oct 17 17:00:30 2006 compiled with gcc 4.1.1 for Intel Pentium

CPU: GenuineIntel (F:4:7:0) Model: Pentium D (Smithfield) at 2792 MHz

 128 Entry I TLB (4K or 4M pages)
  64 Entry D TLB (4k or 4M pages)
 12K ?ops T Cache (8-way associative)
  16 KB L1 D Cache (8-way associative, 64 bytes per line)
1024 KB L2 U Cache (8-way associative, 64 bytes per line)

Freeing init code/data: 24576 bytes (6 pages)

segmentation fault

 

Fiasco-UX on Linux 2.6.18-1.2798.fc6 (i686)

gcc/g++ version:4.1.1

i will appreciate that you can help me solve the problem