search for: linux24

Displaying 6 results from an estimated 6 matches for "linux24".

Did you mean: linux2
2005 Mar 07
0
compact flash, fat, reduced knoppix and syslinux
...ot boot off USB. Exactly the same thing occurs. I'm beginning to think I have somehow set this up wrong. I saw that there is a debug version of isolinux but could not find something similar for syslinux. Does such a thing exist? I have attached my syslinux.conf. * * * * * * * * * * DEFAULT linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt24.gz nomce quiet BOOT_IMAGE=knoppix TIMEOUT 300 PROMPT 1 DISPLAY boot.msg F1 boot.msg F2 f2 F3 f3 LABEL knoppix KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 initrd=minirt...
2005 Dec 03
5
XenLinux 2.4.30 - help
Hello, I''m trying to build XenLinux 2.4.30 on debian. I get the following error for make linux24 make[2]: *** No rule to make target `skbuff.c'',needed by `/usr/src/xen-2.0/linux-2.4.30-xen0/include/linux/modules/skbuff.ver''. Stop. Could somebody help me resolve this error. Or if this is some problem with the system configuration that I''m using, could somebody sugg...
2011 Jun 03
1
[LLVMdev] Thinking about "whacky" backends
...e that is a strict superset of C++) for a simplistic control flow construct that only executes code on the specified system and architecture. __os(WinXP | WinVista | Win7, IA32) { [... 32-bit Windows code here ...] }, __os(WinXP | WinVista | Win7, AMD64) { [... 64-bit Windows code here ...] }, __os(Linux24 | Linux26, IA32) { [...32-bit Linux code here...] }, __os(Linux24 | Linux26, AMD64) { [... 64-bit Linux code here ...] }, __os( , ) { throw new not_supported_exception(); }; Of course that's only a rough idea and will need a ton of refining, but it should make my point fairly clear. ----------...
2009 Feb 28
1
(no subject)
...ppy, which starts an DamnSmallLinux usb-stick. But this bootfloppy doesn't start the Ubuntu-usb-stick. Which parameters in syslinux.cfg I must change to start Ubuntu-Linux? There are the following files in Ubuntu-casper: initrd.gz vmlinuz The syslinux.cfg at bootfloppy begins with: DEFAULT linux24 APPEND ramdisk_size=100000 init=/etc/init lang=de apm=power-off vga=791 initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=knoppix frugal TIMEOUT 300 PROMPT 1 DISPLAY boot.msg F1 boot.msg F2 f2 F3 f3 LABEL dsl KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=791 ini...
2007 May 25
1
multiple comboot files?
...er hardware registers. When some action is exceuted, by say a keyword label, or default, I would like to be able to load that smaller comboot file, followed by the loading of the kernel, basically like above, but not at startup. For example: LABEL mycd KERNEL endisr1.com KERNEL endisr2.com KERNEL linux24 APPEND ramdisk_size=100000 init=/etc/init lang=us .... Any help appreciated.
2004 May 14
0
SuSE & Zaptel Compilation errors
...if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char"; fi) # # Features are now configured in zconfig.h # # KFLAGS+=-DSTANDALONE_ZAPATA CFLAGS+=-DSTANDALONE_ZAPATA INSTALL_PREFIX= BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo "linux24"; fi) MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo "$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d $(INSTALL_PREFIX)/etc/modutils ]; then echo "$(INSTALL_PREFIX)/etc/modutils/zaptel"; elif [ -f $(INSTALL_PREFIX)/etc/modprobe.conf ]; then ec...