Displaying 2 results from an estimated 2 matches for "fstub".
Did you mean:
stub
2013 Apr 21
3
[LLVMdev] trying to generate a simple inline asm
...,
etc.)
Can anyone point me to an example of this..?
This is corresponding to:
__asm__ ("mfc1 $4,$f12");
This is what I tried but it's not correct.
std::vector<llvm::Type *> AsmArgTypes;
llvm::FunctionType *AsmFTy =
llvm::FunctionType::get(Type::getVoidTy(FStub->getContext()),
AsmArgTypes, false);
llvm::InlineAsm *IA =
llvm::InlineAsm::get(AsmFTy, "mfc1 $$4,$$f12", "", true,
/* IsAlignStack */ false,
llvm::InlineAsm::AD_Intel...
2009 Aug 25
14
3.4-testing : Kernel panic on bootup (mount: could not find filesystem /dev/root/)
....18.8-xen root=LABEL=/ apic=debug maxcpus=8
module /initrd-2.6.18-xen.img
<grub.conf>
But during the bootup, I see Kernel panic with the only error above that
being :
<error>
mount: could not find filesystem /dev/root/
setuproot: moving /dev failed: No such file or Directory
no fstub.sys, mounting internal defaults
setuproot: error mounting /proc:No such file or directory
</error>
Is it an error in partition ? or a Grub entry error ?
Or an installation error ?
Can someone help me ?
Thanks,
Madhu
_______________________________________________
Xen-users mailing list
Xe...