search for: c32

Displaying 20 results from an estimated 2343 matches for "c32".

Did you mean: 32
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...ed a bash script that generate a nice table from the tarball. The output can either be an ASCII table, or wiki markup, typically for the page Library_modules[1]. I am not in the wiki Editor group, so I can't put that in the wiki. anyway, here's an updated dependency tree for 6.02: |chain.c32 |com32/chain | libutil.c32 libcom32.c32 |complex.c32 |com32/cmenu | libmenu.c32 libcom32.c32 |display.c32 |com32/cmenu | libmenu.c32 libcom32.c32 |libmenu.c32 |com32/cmenu/libmenu | libutil.c32 libcom32.c32 |simple.c32 |com32/c...
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
...7f3796a12561cce95ca29f > Author: Gene Cumm <gene.cumm at gmail.com> > AuthorDate: Sun, 20 Sep 2015 08:30:55 -0400 > Committer: Gene Cumm <gene.cumm at gmail.com> > CommitDate: Sun, 20 Sep 2015 08:30:55 -0400 > > com32/modules: Split build by architecture. Add dir.c32 > > Certain modules directly make BIOS calls or call library functions that > will not be ported from BIOS (like syslinux_shuffle_boot_rm()). > > It appears dir.c32 was long-forgotten for the Makefile > > Signed-off-by: Gene Cumm <gene.cumm at gmail.com> > > --- &gt...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...1 439 Sep 23 23:51 mbr/altmbr_f.bin 1 440 Sep 23 23:51 mbr/gptmbr.bin 1 440 Sep 23 23:51 mbr/gptmbr_c.bin 1 440 Sep 23 23:51 mbr/gptmbr_f.bin 1 440 Sep 23 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/modul...
2014 Jun 04
3
lua and other modules in 6.03-pre
The following are new Lua c32 modules in 6.03-pre*: cmenu.c32: cpu.c32: dhcp.c32: dmi.c32: lfs.c32: pci.c32: syslinux.c32: vesa.c32: I am wondering whether the following modules, which are _not_ new and are also included in 6.03-pre*, have _any_ relation either to the above list or to Lua: cpuid.c32: cpuidtest.c32: dmitest...
2018 Dec 01
3
fixing debian's hd-media image
...n your "target" device, we want (at least) one > additional directory: > _ "target/EFI/BOOT/SYSLINUX/EFI64/" > > (all uppercase) > > * From the 'efi64' subdirectory (tree) for syslinux files in your > OS/package/archive, you want to copy all "*.c32" files to: > > _ "target/EFI/BOOT/SYSLINUX/EFI64/*.c32" > > Let me re-emphasize this point: the "*.c32" modules we are copying > right now are from the "efi64" subdirectory (and down its tree). If you > put in this (newly-created) "target/E...
2017 Aug 24
4
cmenu.c32 Symbol not found luaL_checklstring
Hello everyone, I am trying to PXE boot my Acer Aspire G3-773G laptop. It uses UEFI, so I load 64bit syslinux.efi (v6.03) and it automatically loads ldlinux.e64. All is fine. But when I want to use cmenu.c32 (with UI cmenu.c32 in the config file), the loader downloads: * cmenu.c32 * libmenu.c32 * libcom32.c32 * libutil.c32 Then syslinux reports: "unable to load cmenu.c32: symbol not found luaL_checklstring". This sysbol is defined in liblua.c32, that is present in the TFTP dire...
2018 Nov 17
2
fixing debian's hd-media image
..."upstream" to you in this context? Debian? D-I? The Syslinux > Project? Other? Debian. I think add some lines around here: https://salsa.debian.org/installer-team/debian-installer/blob/master/build/config/x86.cfg#L113-115 mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/vesamenu.c32 ::vesamenu.c32; \ mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libcom32.c32 ::libcom32.c32; \ mcopy -i$(TEMP_BOOT) /usr/lib/syslinux/modules/bios/libutil.c32 ::libutil.c32 ; \ > > > > > > I'm trying to follow the guids > > https://www.syslinux.org/wiki/index.php?...
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
I wrote a new module "whichsys.c32" which detemines which command to execute, based on the Syslinux bootloader variant. In the near future it should/can be replaced by a lua script. But for people who want small binaries: whichsys.c32 is +/- eighty times smaller than lua.c32, atm. Usage: whichsys.c32 [-iso- command] [-px...
2015 Mar 16
0
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...path like: /EFI/syslinux/syslinux.efi (including the initial slash) should be OK as command-line argument. > and > I finally get the expected nice menu prompt !!! > Thanks. I'm glad you got it. But, for the sake of clarity (at least for other readers), I should repeat: for menu.c32 to work, you also need the corresponding "libutil.c32", which you have not listed before. So, either you forgot to list it here, or you have added it later and didn't tell us. > > UNFORTUNATELY > as documented in the latest ArchWiki > (https://wiki.archlinux.org/ind...
2015 Mar 16
2
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...ike: > /EFI/syslinux/syslinux.efi > (including the initial slash) should be OK as command-line argument. > ?Right?. I just used the "traditional" syntax. > > But, for the sake of clarity > ?? > (at least for other > ? ? > readers), I should repeat: for menu.c32 to work, you also need the > ? ? > corresponding "libutil.c32", which you have not listed before. So, > ? ? > either you forgot to list it here, or you have added it later and > ? ? > didn't tell us. > ?Sneaky me :) Actually I didn't forget. ?Based on space l...
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...++++++++++++++++++ 2 files changed, 167 insertions(+), 1 deletions(-) create mode 100644 com32/modules/ifplop.c diff --git a/com32/modules/Makefile b/com32/modules/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 +...
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
...lable at: Repository: git://git.zytor.com/users/sha0/syslinux.git Branch: nictype - Shao Miller ----- From 2764e260e12d9769e3b699e4213b9a164e64924a Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0.miller at gmail.com> Date: Thu, 22 Nov 2012 20:43:25 -0500 Subject: [PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type... ...and optionally load a config-file based on the PCI VENdor and DEVice IDs. Usage: nictype.c32 [--config] --config will try to load a config-file with the name VVVVDDDD, where VVVV is the PCI VENdor code and DDDD is the PCI DEVice code, both for...
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 boot say...
2012 Dec 16
1
Upgraded to Syslinux 5.00 - Failed to load ldlinux.c32
Hello, today I upgraded from Syslinux 4.06 to to Syslinux 5.00. But now the system won't boot anymore and I get the message Failed to load ldlinux.c32 Boot failed: please change disks and press a key to continue What I have done: 1) Installed Syslinux 5.00 2) Reinstalled "mbr.bin" to /dev/sda and /dev/sdb using dd bs=440 count=1 conv=notrunc if=/usr/share/syslinux/mbr.bin of=/dev/... 3) Updated extlinux using extlinux --upd...
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
...ib/syslinux/bios/mbr.bin -rw-r--r-- 1 root root 440 May 14 22:44 /usr/lib/syslinux/bios/mbr_c.bin -rw-r--r-- 1 root root 440 May 14 22:44 /usr/lib/syslinux/bios/mbr_f.bin Files in the /boot: [anatol at archie ~]$ ls -l /boot/syslinux/ total 1996 -rw-r--r-- 1 root root 1616 May 15 08:07 cat.c32 -rw-r--r-- 1 root root 24056 May 15 08:07 chain.c32 -rw-r--r-- 1 root root 1252 May 15 08:07 cmd.c32 -rw-r--r-- 1 root root 3668 May 15 08:07 cmenu.c32 -rw-r--r-- 1 root root 1488 May 15 08:07 config.c32 -rw-r--r-- 1 root root 4192 May 15 08:07 cptime.c32 -rw-r--r-- 1 root root 4500 May...
2015 Mar 16
2
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
On Mon, Mar 16, 2015 at 9:03 AM, Ady via Syslinux <syslinux at zytor.com> wrote: Hi Ady, > please next time use "Reply All" (instead of the simple "Reply") for the mailing list emails ... Sorry about that. Please add my reply to the list for me. Thanks. > Is this "ArchLinux" entry equivalent to "\EFI\syslinux\syslinux.efi" > in your UEFI
2014 Dec 19
3
PATH directive
...intention was to make it possible to load module > dependencies where the module and its dependency didn't live in the > same directory. > > > While testing the PATH directive with Syslinux 6.03, I can see it is > > not only working for Library Modules, but also for other c32 files too. > > If a c32 file is not found according to the relative path used for it > > in the configuration file, then the referenced c32 file is searched-for > > according to the PATH directive. > > > > So, was the PATH directive supposed to search for Library M...
2013 Apr 02
1
Problem with pxelinux 5.0 and memtest
Hi there, ----- Original Message ----- From: koxudaxi at gmail.com To: syslinux at zytor.com Date: 01.04.2013 10:00:27 Subject: Re: [syslinux] Problem with pxelinux 5.0 and memtest > On 04/01/2013 09:28 AM, H. Peter Anvin wrote: >> On 03/31/2013 05:26 PM, Koudai Aono wrote: >>> I ran the test on a x86 emulator is called Oracle VirtualBox. >>> I think it might not be
2019 Jul 01
14
RFC: Complex in LLVM
...ain instead of referring to expressions containing shuffles and other low-level data manipulation. Users that wish to examine IR directly will see much less gobbbledygook and can more easily reason about the IR. Types This proposal introduces new Single Value types to represent complex numbers. c32 - like float complex or std::complex<float> c64 - like double complex or std::complex<double> We defer a c128 type (like std::complex<long double>) for a future RFC. Note that the references to C and C++ types above are simply explanatory. Nothing in this proposal assumes any...
2019 Sep 03
4
Problem with cascading configurations
...to setup a PXE server for two Debian releases (stretch and buster) using their respective network boot images (netboot.tar.gz), which I extracted into subdirectories of the TFTP server's root directory: ??? ??? debian ??? ??? ??? buster ??? ??? ??? ??? debian-installer ??? ??? ??? ??? ldlinux.c32 -> debian-installer/i386/boot-screens/ldlinux.c32 ??? ??? ??? ??? pxelinux.0 -> debian-installer/i386/pxelinux.0 ??? ??? ??? ??? pxelinux.cfg -> debian-installer/i386/pxelinux.cfg ??? ??? ??? ??? version.info ??? ??? ??? stretch ??? ??????? ??? debian-installer ??? ??????? ??? ldlinux.c32...