Re: booting question
neo anderson <[email protected]> Sun, 6 Sep 2009 18:13:27 -0700 (PDT)
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
Finally I get this work, it is the problem that floppy image (fdimage.img) did not contain valid file system. I follow the section 2 to create floppy image that doesn't require root prvilage. Is there any chance to update the getting started page (http://l4ka.org/projects/pistachio/ia32/gettingstarted.php)? I think that would help newbie like me. Thanks for help. neo anderson wrote: > > > I follow the guide at > http://l4ka.org/projects/pistachio/ia32/gettingstarted.php. but whilst > executing to the step to startup from qemu (qemu -fda fdimage.img), the > screen is always stops at grub menu. > > grub> _ > > The config (config.out) is as below. Anything I did wrong? Thanks in > advice. (In addition, the command I run almost the same as what stated in > the guide, so there is no error shown while following those steps.) > > # > # Automatically generated, don't edit > # > # Generated on: zion > # At: Fri, 07 Aug 2009 12:57:52 +0000 > # Linux version 2.6.30-1-686-bigmem (Debian 2.6.30-5) ([email protected]) > (gcc version 4.3.3 (Debian 4.3.3-15) ) #1 SMP Mon Aug 3 17:32:39 UTC 2009 > > # > # Pistachio Kernel Configuration System > # > > # > # Hardware > # > > # > # Basic Architecture > # > CONFIG_ARCH_X86=y > CONFIG_ARCH_POWERPC=n > CONFIG_ARCH_POWERPC64=n > > > # > # X86 Processor Architecture > # > CONFIG_SUBARCH_X32=y > CONFIG_SUBARCH_X64=n > > > # > # Processor Type > # > CONFIG_CPU_X86_I486=n > CONFIG_CPU_X86_I586=y > CONFIG_CPU_X86_I686=n > CONFIG_CPU_X86_P4=n > CONFIG_CPU_X86_K8=n > CONFIG_CPU_X86_C3=n > CONFIG_CPU_X86_SIMICS=n > > > # > # Platform > # > CONFIG_PLAT_PC99=y > > CONFIG_SMP=n > > # > # Miscellaneous > # > CONFIG_IOAPIC=n > > > > # > # Kernel > # > CONFIG_IPC_FASTPATH=n > CONFIG_DEBUG=y > CONFIG_DEBUG_SYMBOLS=n > CONFIG_EXPERIMENTAL=n > CONFIG_PERFMON=n > CONFIG_SPIN_WHEELS=n > CONFIG_NEW_MDB=n > CONFIG_X86_SMALL_SPACES=n > > # > # Debugger > # > CONFIG_KDB=y > > # > # Kernel Debugger Console > # > CONFIG_KDB_CONS_KBD=y > CONFIG_KDB_CONS_COM=n > > CONFIG_KDB_DISAS=n > CONFIG_KDB_ON_STARTUP=n > CONFIG_KDB_BREAKIN=n > CONFIG_KDB_BREAKIN_BREAK=n > CONFIG_KDB_BREAKIN_ESCAPE=n > CONFIG_KDB_INPUT_HLT=n > CONFIG_KDB_NO_ASSERTS=n > > # > # Trace Settings > # > CONFIG_VERBOSE_INIT=n > CONFIG_TRACEPOINTS=n > CONFIG_KMEM_TRACE=n > CONFIG_TRACEBUFFER=n > > # > # Code Generator Options > # > > > # > # Derived symbols > # > CONFIG_HAVE_MEMORY_CONTROL=n > CONFIG_X86_PSE=y > CONFIG_BIGENDIAN=n > CONFIG_X86_SYSENTER=n > CONFIG_X86_PGE=n > CONFIG_X86_FXSR=n > CONFIG_IS_32BIT=y > CONFIG_X86_HTT=n > CONFIG_X86_PAT=n > CONFIG_IS_64BIT=n > CONFIG_MULTI_ARCHITECTURE=n > CONFIG_X86_EM64T=n > CONFIG_X86_SMALL_SPACES_GLOBAL=n > CONFIG_X86_TSC=y > # > # That's all, folks! > > > > > > > > -- View this message in context: http://www.nabble.com/booting-question-tp24891751p25323786.html Sent from the L4Ka mailing list archive at Nabble.com.