Displaying 3 results from an estimated 3 matches for "looptype".
2008 Jul 07
0
Problems booting syslinux off of USB flash drive with dell Intel D815EEA
...t, I receive:
---
Invalid or corrupt kernal image.
---
The syslinux.cfg in question is:
---
default gentoo
timeout 150
prompt 1
display boot.msg
F1 kernels.msg
F2 F2.msg
F3 F3.msg
F4 F4.msg
F5 F5.msg
F6 F6.msg
F7 F7.msg
label gentoo
kernel gentoo
append root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs
loop=/image.squashfs cdroot initrd=gentoo.igz vga=791
label gentoo-nofb
kernel gentoo
append root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs
loop=/image.squashfs cdroot initrd=gentoo.igz
label memtest86
kernel memtest
---
All newlines are duplicated exactly. Any help y...
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
...2
This is my isolinux.cfg:
-------------------------------------------
default menu.c32
timeout 50
prompt 0
ontimeout local
menu title "TITLE"
label livecd
menu default
manu label "LiveCD"
kernel gentoo
append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs dokeymap cdroot vga=791 splash=silent,theme:livecd-2005.1 CONSOLE=/dev/tty1 quiet
label local
menu label "Boot from harddrive"
LOCALBOOT -1
-------------------------------------------
Now if I let it timeout, it just reloads the menu and sta...
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...tTraits<PassT> CFGTraits;
> + typedef BlockInformation<InstrT> BlockInfo;
> + typedef std::map<BlockT *, BlockInfo *> BlockInfoMap;
> +
> + typedef int RegiT;
> + typedef typename PassT::LoopType LoopT;
> + typedef LandInformation<BlockT, InstrT, RegiT> LoopLandInfo;
> + typedef std::map<LoopT *, LoopLandInfo *> LoopLandInfoMap;
> + //landing info for loop break
> + typedef SmallVector<BlockT *, 32> BlockTSmallerVec...