Displaying 20 results from an estimated 69 matches for "ifcpu".
2011 Apr 04
2
ifcpu(64).c32 does not detect Athlon II X4
Hello,
as said in the subject; I am having problems with ifcpu.c32 and
ifcpu64.c32 detecting a Athlon II X4 CPU correctly as a 64Bit capable
CPU. Ifcpu64.c32 does not detect PAE capabilities, also. Both boot the
last (32Bit, non-PAE) entry. On two other Core2-based machines I have
here, everything works.
Can someone tell me what exactly these modules are look...
2019 Apr 22
1
Bug/limitation: allowoptions (for label), implicit (for automated)
...one could argue that only the command supplied at the prompt make sense to be blocked by IMPLICIT 0.
*Example (default) current*
default kernelX OPT
# OPT not passed with allowoptions 0 (fully blocked with IMPLICIT 0)
default labelX OPT
# OPT currently passed regardless of allowoptions
*Example (ifcpu) current*
label conditionK
com32 ifcpu.c32
append 64 -- kernelX OPT1 -- kernelX OPT2
# same as above: OPT not passed with allowoptions 0 (fully blocked with IMPLICIT 0)
label conditionL
com32 ifcpu.c32
append 64 -- labelX OPT1 -- labelX OPT2
# same as above: OPT currently passed regardless of allow...
2010 Jun 12
1
[PATCH] ifcpuXX: Support multiple parameters with labels
Even though Doug's out of the office, I'm submitting a patch to the
ifcpu[|64].c32 COMBOOT32 modules for testing. Also available for
perusal with a web browser at:
http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=cc70d0fa5
5e35fabf250f4dccbaed2fa44f56da7
- Shao Miller
---
>From cc70d0fa55e35fabf250f4dccbaed2fa44f56da7 Mon Sep 17 00:00:00...
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
I'm having issues with the ifcpu[64].c32 modules. I am building a menu system (as opposed to the command line only options I was previously using) to make it easier for my boss to use PXE. I discovered the modules for auto detecting the CPU and thought hey, that's great! However, I'm having an issue where when I select to...
2013 Oct 30
2
installing only pxelinux?
On Wed, Oct 30, 2013 at 09:52:57AM +0200, Ady wrote:
>
> > The wiki (http://www.syslinux.org/wiki/index.php/PXELINUX) still says:
> >
> > "copy pxelinux.0 (from the SYSLINUX distribution) and any
> > kernel or initrd images that you want to boot"
> >
> > like I've been doing forever, but how do I know what else I need, and
> >
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
...s/Makefile
> @@ -18,13 +18,22 @@
> VPATH = $(SRC)
> include $(MAKEDIR)/elf.mk
>
> -MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \
> - disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \
> - meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \
> - kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \
> - ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 \
> - whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \
> - hexdump.c32 poweroff.c3...
2013 Aug 01
3
Kernel selection by hardware?
Mattias Schlenker <ms at mattiasschlenker.de> wrote:
> Is ifcpu.c32 or ifcpu64.c32 sufficient for your task?
No. I need to detect a given machine by something unique. E.g. the
MAC-address of the Ethernet Interface CPU-id or such, because I have custom
kernels for all the machines.
Sven
--
If you can spend five minutes on the Internet and do not run Linux,
y...
2013 Aug 13
5
Booting second label
...out 5
prompt 1
label linuxfoo
kernel /vmlinuz
append root=/dev/sda2 #.... more options
label wdt
com32 kontron_wdt.c32
append timeout=120 default_label= linuxfoo
When I try to debug the kontron_wdt.c32 I can see that syslinux_run_command(..) returns -1. What could cause this?
I've tried the ifcpu.c32 application as well (which is a bit similar to kontron_wdt.c32) and it also cannot call syslinux_run_command().
I can see that syslinux_run_command() call create_args_and_load() but if I put any printf's there they're not printed to screen, so it's pretty hard to debug what's c...
2014 Mar 19
5
Checking CRC (of bzImage) before loading
Hi,
I am wondering how to implement the following customer's requirement :
The system is a stand alone embedded system with no operator (with Linux).
There is one SSD for the system's usage (and that is where the system loads
from).
The requirement is to have a duplication of the Linux Image, and that
syslinux should calculate CRC of "the first image" (say bzImage_1).
If the
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...les/Makefile
index 79018df..f42ce96 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -22,7 +22,7 @@ MODULES = chain.c32 config.c32 ethersel.c32
dmitest.c32 cpuidtest.c32 \
disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \
meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \
kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \
- ifcpu.c32 cpuid.c32 cat.c32 pwd.c32
+ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32
TESTFILES =
diff --git a/com32/modules/ifplop.c b/com32/modules/ifplop.c
new file mode 100644
index 0000000..145b...
2020 Sep 16
0
[RFC PATCH] x86_64: Add support for Hygon Dhyana processor
Hi,
When testing syslinux on Hygon Dhyana processor, there are
some information as follows:
boot: cpuidtest.c32
Vendor = Unknown Vendor
...
boot: ifcpu.c32 debug multicore
multicore : 1 cores on this system
After adding support for Hygon Dhyana processor, the info-
rmation is correct:
boot: cpuidtest.c32
Vendor = Hygon
...
boot: ifcpu.c32 debug multicore
multicore : 64 cores on this system
Thanks!
Jinke Fan
Signed-off-by: Jinke Fan <...
2013 Aug 01
2
Kernel selection by hardware?
Hello,
is it possible to select the default boot image by hardware properties?
I corrently boot a couple of laptops fom a single USB stick and I would like
to select the default kernel image automatically.
Sven
--
Trotz der zunehmenden Verbreitung von Linux erfreut sich der B?r,
und - dank Knut - insbesondere der Eisb?r, deutlich gr??erer
Beliebtheit als der Pinguin. (Gefunden bei
2013 Oct 30
0
installing only pxelinux?
...in a tftp
> server, and I'd prefer to get the original distribution from syslinux
> than a possibly-modified Linux distribution in any case.
Yes. A good start might be to use these c32 files (pasted from one of my
scripts):
[ "menu.c32", "vesamenu.c32", "ifcpu.c32", "ifcpu64.c32",
"reboot.c32", "chain.c32", "ldlinux.c32", "libutil.c32",
"libmenu.c32", "libcom32.c32", "liblua.c32", "libgpl.c32" ]
Those are for the quite common cases of using ifcpu/ifcpu...
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
...kefile
index 9d88d75..b408410 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -23,8 +23,7 @@ MODULES = chain.c32 config.c32 ethersel.c32 dmitest.c32 cpuidtest.c32 \
disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \
meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \
kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \
- ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 whichsys.c32 \
- hello.c32
+ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 zzjson.c32 whichsys.c32
TESTFILES =
diff --git a/c...
2014 Apr 30
2
Issues with syslinux_run_command(str) and parameters
...f menu commands via ALLOWOPTIONS 0, I cannot use any of the following com32 modules without creating duplicate LABEL entries for each possible scenario. All of these modules use syslinux_run_cmd() so parameters on the command line will not be received:
- gfxboot.c32- cmd.c32- lua.c32- ethersel.c32- ifcpu.c32- ifcpu64.c32- ifmemdsk.c32- ifplop.c32- whichsys.c32- rosh.c32
This doesn't feel like an intended restriction of ALLOWOPTIONS 0.
--Ian
> From: ady-sf at hotmail.com
> To: syslinux at zytor.com
> Date: Wed, 30 Apr 2014 05:06:55 +0300
> Subject: Re: [syslinux] Issues with sysl...
2015 Sep 17
3
PXE-Linux like default configuration file selection with syslinux?
Hello,
when booting via pxelinux I can change the image to be booted based on
client uuid, and MAC-Adresses.
http://www.syslinux.org/wiki/index.php/PXELINUX#Configuration
Now when using syslinux I would like to be able to also do this as I like to
use one usb flash-drive for booting multiple machines.
Is this possible or impossible by design because syslinux always uses
syslinux.cfg?
Regards
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
...les/Makefile
index f42ce96..2d47913 100644
--- a/com32/modules/Makefile
+++ b/com32/modules/Makefile
@@ -22,7 +22,7 @@ MODULES = chain.c32 config.c32 ethersel.c32
dmitest.c32 cpuidtest.c32 \
disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \
meminfo.c32 sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 \
kbdmap.c32 cmd.c32 vpdtest.c32 host.c32 ls.c32 gpxecmd.c32 \
- ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32
+ ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 whichsys.c32
TESTFILES =
diff --git a/com32/modules/whichsys.c b/com32/modules/whichsys.c
new file mod...
2010 Jun 28
1
Syslinux 4.00 released
...tives.
* gfxboot.com removed in favor of gfxboot.c32.
* New MENU HELP statement to display fullscreen help text as a
result of a menu selection.
* memdiskfind utility that can be used with the phram driver
in the Linux kernel to mount a memdisk.
* ifcpu.c32: Adding usage when no parameters are given,
adding PAE support.
* ifcpu.c32, ifcpu64.c32: handle more than one argument per
target.
* isohybrid: C version which does not require Perl.
* New command MENU IMMEDIATE to permit hotkeys to activate...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...3 23:51 mbr/mbr.bin
1 440 Sep 23 23:51 mbr/mbr_c.bin
1 440 Sep 23 23:51 mbr/mbr_f.bin
1 800 Nov 1 18:08 com32/modules/cmd.c32
1 800 Nov 1 18:08 com32/modules/reboot.c32
1 998 Sep 22 22:23 modules/pxechain.com
1 1300 Nov 1 18:08 modules/ver.com
1 1312 Nov 1 18:08 com32/modules/ifcpu64.c32
1 1932 Nov 1 18:08 com32/modules/pwd.c32
1 1982 Oct 30 12:21 com32/modules/hello.c32
1 2444 Nov 1 18:08 com32/modules/ifplop.c32
1 2448 Nov 1 18:08 com32/modules/gpxecmd.c32
1 2448 Nov 1 18:08 com32/modules/sanboot.c32
1 2960 Nov 1 18:08 com32/modules/whichsys.c32
1 3890 Se...
2017 Jul 01
0
[PATCH] Add new hash.c32 module
...yslinux-6.04-pre1/com32/modules/Makefile Fri Mar 04 02:09:01 2016
+++ b/com32/modules/Makefile Fri Jun 30 20:09:01 2017
@@ -25,9 +25,9 @@
# All-architecture modules
MOD_ALL = cat.c32 cmd.c32 config.c32 cptime.c32 cpuid.c32 cpuidtest.c32 \
- debug.c32 dir.c32 dmitest.c32 hexdump.c32 host.c32 ifcpu.c32 \
- ifcpu64.c32 linux.c32 ls.c32 meminfo.c32 pwd.c32 reboot.c32 \
- vpdtest.c32 whichsys.c32 zzjson.c32
+ debug.c32 dir.c32 dmitest.c32 hash.c32 hexdump.c32 host.c32 \
+ ifcpu.c32 ifcpu64.c32 linux.c32 ls.c32 meminfo.c32 pwd.c32 \
+ reboot.c32 vpdtest.c32 whichsys.c32 zzjson.c32...