search for: pmload

Displaying 20 results from an estimated 32 matches for "pmload".

2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
...(do_verbose) - printf(" numrd %d bcnt %d bufsz %d i %d\n", numrd, bcnt, bufsz, i); + printf(" numrd %d bcnt %zd bufsz %zd i %d\n", numrd, bcnt, bufsz, i); } return rv; } /* int time_copy(char *fn, char do_simple, int bufsz, off_t maxlen) */ diff --git a/com32/modules/pmload.c b/com32/modules/pmload.c index 6808d38..d6239ec 100644 --- a/com32/modules/pmload.c +++ b/com32/modules/pmload.c @@ -84,10 +84,10 @@ int boot_raw(void *ptr, size_t len, addr_t where, char **argv) dprintf("Initial memory map:\n"); syslinux_dump_memmap(mmap); - dprintf(&quo...
2015 Jan 25
0
Use z size specifier for printf-ing size_t variable
...d\n", numrd, bcnt, bufsz, i); > + printf(" numrd %d bcnt %zd bufsz %zd i %d\n", numrd, bcnt, bufsz, i); > } > return rv; > } /* int time_copy(char *fn, char do_simple, int bufsz, off_t maxlen) */ > diff --git a/com32/modules/pmload.c b/com32/modules/pmload.c > index 6808d38..d6239ec 100644 > --- a/com32/modules/pmload.c > +++ b/com32/modules/pmload.c > @@ -84,10 +84,10 @@ int boot_raw(void *ptr, size_t len, addr_t where, char **argv) > dprintf("Initial memory map:\n"); > syslinux_dump_mem...
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
...0644 > --- a/com32/modules/Makefile > +++ b/com32/modules/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_wd...
2020 Jan 22
0
[PATCH] com32/modules: introduce play module
...dules/Makefile index c01d6338..5e69a0d7 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -20,7 +20,7 @@ include $(MAKEDIR)/elf.mk # BIOS-specific modules MOD_BIOS = disk.c32 elf.c32 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \ - kbdmap.c32 kontron_wdt.c32 pcitest.c32 pmload.c32 poweroff.c32 \ + kbdmap.c32 kontron_wdt.c32 pcitest.c32 play.c32 pmload.c32 poweroff.c32 \ prdhcp.c32 pxechn.c32 sanboot.c32 sdi.c32 vesainfo.c32 # All-architecture modules diff --git a/com32/modules/play.c b/com32/modules/play.c new file mode 100644 index 00000000..68741bf5 --- /dev...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...1 18:09 utils/mkdiskimage 1 8892 Nov 1 18:08 com32/modules/kontron_wdt.c32 1 9516 Nov 1 18:08 com32/modules/ls.c32 1 9744 Nov 1 18:08 com32/modules/zzjson.c32 1 11356 Oct 2 22:16 com32/modules/pxedump.c32 1 12752 Nov 1 18:08 com32/modules/prdhcp.c32 1 13276 Nov 1 18:08 com32/modules/pmload.c32 1 15448 Nov 1 18:08 com32/modules/cpuidtest.c32 1 18536 Nov 1 18:08 com32/modules/linux.c32 1 20192 Nov 1 18:08 com32/modules/ifcpu.c32 1 21256 Nov 1 18:08 com32/rosh/rosh.c32 1 22204 Nov 1 18:08 com32/gfxboot/gfxboot.c32 1 24576 Nov 1 18:08 core/isolinux-debug.bin 1 24576 Nov 1 1...
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...s | libcom32.c32 |kontron_wdt.c32 |com32/modules | libcom32.c32 |linux.c32 |com32/modules | libcom32.c32 |ls.c32 |com32/modules | |meminfo.c32 |com32/modules | |pcitest.c32 |com32/modules | libcom32.c32 |pmload.c32 |com32/modules | libcom32.c32 |poweroff.c32 |com32/modules | |prdhcp.c32 |com32/modules | libutil.c32 libcom32.c32 |pwd.c32 |com32/modules | |pxechn.c32 |com32/modules | libutil.c32 libcom32.c32 |reboot.c32...
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...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 + ifcpu.c32 cpuid.c32 cat.c32 pwd.c32 ifplop.c32 TESTFILES = diff --git a/com32/modules/ifplop.c b/com32/modules...
2008 Sep 04
3
a very bit problem!
Hi there! I have a bit problem with syslinux, I want to boot from a binary file, I don't want to have any OS(any kernel), so how can I do that? Should I make a special binary file? what should I specify in syslinux.cfg? ------------------------------- Hamid Reza Hasani thanks a lot! Ya Ali
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
...iff --git a/com32/modules/Makefile b/com32/modules/Makefile 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 zzj...
2009 Feb 16
3
[PATCH] cmd.c32: new module to just execute a command
.../Makefile b/com32/modules/Makefile index 2739a39..930e89b 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -20,7 +20,7 @@ include ../MCONFIG MODULES = chain.c32 config.c32 ethersel.c32 mboot.c32 dmitest.c32 \ cpuidtest.c32 \ pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 meminfo.c32 \ - sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32 + sdi.c32 sanboot.c32 ifcpu64.c32 vesainfo.c32 kbdmap.c32 cmd.c32 TESTFILES = diff --git a/com32/modules/cmd.c b/com32/modules/cmd.c new file mode 100644 index 0000000..f0b0a96 --- /dev/null +++ b/com32/modules...
2010 Jul 05
0
whichsys.c32: execute specific command, based on Syslinux bootloader variant
...c diff --git a/com32/modules/Makefile b/com32/modules/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/...
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
2015 Mar 16
2
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...liminate this point of contention once and for all ? (at least for other ? ? readers :), here we go: alex:[~]$ sudo mount /dev/sdd1 /mnt alex:[~]$ ls /mnt EFI alex:[~]$ ls /mnt/EFI syslinux alex:[~]$ ls /mnt/EFI/syslinux cat.c32 cpuid.c32 elf.c32 ifcpu64.c32 lfs.c32 ls.c32 pmload.c32 sanboot.c32 vesainfo.c32 chain.c32 cpuidtest.c32 ethersel.c32 ifcpu.c32 libcom32.c32 lua.c32 poweroff.c32 sdi.c32 vesamenu.c32 cmd.c32 debug.c32 gfxboot.c32 ifmemdsk.c32 libgpl.c32 mboot.c32 prdhcp.c32 sysdump.c32 vpdtest.c32 cmenu.c32 dhcp...
2015 Mar 16
0
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
> > Is this "ArchLinux" entry equivalent to "\EFI\syslinux\syslinux.efi" > > in your UEFI firmware? > > Note: UEFI firmware is supposed to use (or show) backslash "\" as path > > separator. > > You have a great point there. > I redid the "efibootmgr" installation and instead of > > efibootmgr -c -d /dev/sdd -p 1 -l
2012 Dec 16
1
Upgraded to Syslinux 5.00 - Failed to load ldlinux.c32
...- 1 root root 6332 Dec 16 15:51 lua.c32 -rwxr--r-- 1 root root 9972 Dec 16 15:51 mboot.c32 -rwxr--r-- 1 root root 2424 Dec 16 15:51 meminfo.c32 -rwxr--r-- 1 root root 26176 Dec 16 15:51 menu.c32 -rwxr--r-- 1 root root 3384 Dec 16 15:51 pcitest.c32 -rwxr--r-- 1 root root 2960 Dec 16 15:51 pmload.c32 -rwxr--r-- 1 root root 3000 Dec 16 15:51 prdhcp.c32 -rwxr--r-- 1 root root 1404 Dec 16 15:51 pwd.c32 -rwxr--r-- 1 root root 12080 Dec 16 15:51 pxechn.c32 -rwxr--r-- 1 root root 1300 Dec 16 15:51 reboot.c32 -rwxr--r-- 1 root root 12868 Dec 16 15:51 rosh.c32 -rwxr--r-- 1 root root 1552...
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
...r-- 1 root root 2424 May 15 08:07 meminfo.c32 -rw-r--r-- 1 root root 25920 May 15 08:07 menu.c32 -rw-r--r-- 1 root root 3332 May 15 08:07 pci.c32 -rw-r--r-- 1 root root 869715 May 15 08:07 pci.ids -rw-r--r-- 1 root root 3468 May 15 08:07 pcitest.c32 -rw-r--r-- 1 root root 3556 May 15 08:07 pmload.c32 -rw-r--r-- 1 root root 1660 May 15 08:07 poweroff.c32 -rw-r--r-- 1 root root 3144 May 15 08:07 prdhcp.c32 -rw-r--r-- 1 root root 1496 May 15 08:07 pwd.c32 -rw-r--r-- 1 root root 12392 May 15 08:07 pxechn.c32 -rw-r--r-- 1 root root 1372 May 15 08:07 reboot.c32 -rw-r--r-- 1 root root 13...
2018 Nov 17
2
fixing debian's hd-media image
...??? libcom32.c32 ? ??? libgpl.c32 ? ??? liblua.c32 ? ??? libmenu.c32 ? ??? libutil.c32 ? ??? linux.c32 ? ??? ls.c32 ? ??? lua.c32 ? ??? mboot.c32 ? ??? meminfo.c32 ? ??? menu.c32 ? ??? pci.c32 ? ??? pcitest.c32 ? ??? pmload.c32 ? ??? poweroff.c32 ? ??? prdhcp.c32 ? ??? pwd.c32 ? ??? pxechn.c32 ? ??? reboot.c32 ? ??? rosh.c32 ? ??? sanboot.c32 ? ??? sdi.c32 ? ??? sysdump.c32 ? ??? syslinux.c32 ? ??? vesa.c32 ? ??? vesainfo.c32 ? ??? vesamenu....
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 May 20
0
"EDD Load error" on btrfs, how to debug?
...y 15 08:07 meminfo.c32 > -rw-r--r-- 1 root root 25920 May 15 08:07 menu.c32 > -rw-r--r-- 1 root root 3332 May 15 08:07 pci.c32 > -rw-r--r-- 1 root root 869715 May 15 08:07 pci.ids > -rw-r--r-- 1 root root 3468 May 15 08:07 pcitest.c32 > -rw-r--r-- 1 root root 3556 May 15 08:07 pmload.c32 > -rw-r--r-- 1 root root 1660 May 15 08:07 poweroff.c32 > -rw-r--r-- 1 root root 3144 May 15 08:07 prdhcp.c32 > -rw-r--r-- 1 root root 1496 May 15 08:07 pwd.c32 > -rw-r--r-- 1 root root 12392 May 15 08:07 pxechn.c32 > -rw-r--r-- 1 root root 1372 May 15 08:07 reboot.c32 &...
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
...2 Apr 27 02:07 ls.c32 -rw-rw-r-- 1 root wheel 10048 Apr 27 02:03 mboot.c32 -rw-rw-r-- 1 root wheel 2520 Apr 27 02:07 meminfo.c32 -rw-rw-r-- 1 root wheel 26256 Mar 21 16:11 menu.c32 -rw-rw-r-- 1 root wheel 3464 Apr 27 02:07 pcitest.c32 -rw-rw-r-- 1 root wheel 3036 Apr 27 02:07 pmload.c32 -rw-rw-r-- 1 root wheel 3064 Apr 27 02:07 prdhcp.c32 -rw-rw-r-- 1 root wheel 1500 Apr 27 02:07 pwd.c32 -rw-rw-r-- 1 root wheel 12144 Apr 27 02:07 pxechn.c32 -rw-rw-r-- 1 root wheel 1376 Apr 27 02:07 reboot.c32 -rw-rw-r-- 1 root wheel 1836 Apr 27 02:04 resolv.c32 -rw-rw-r...