search for: zzjson

Displaying 20 results from an estimated 33 matches for "zzjson".

Did you mean: json
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.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.c32 cptime.c32 debug.c32 > +# BIOS-specific modules > +MOD_BIOS = disk.c32 elf.c32 ethersel.c32 gpxecmd.c32 ifmemdsk.c32 ifplop.c32 \ > + kbdmap.c32 kontr...
2017 Oct 29
2
License Question
Hi, Sorry for writing so many messages. I am doing a license review for syslinux in Debian and I've stumbled on the following files: * efi/console.c * efi/derivative.c * efi/diskio.c * efi/main.c * efi/mem.c * efi/pxe.c * efi/tcp.c * efi/udp.c All of them start with /* * Copyright 2011-2014 Intel Corporation - All Rights Reserved */ with no further indication of any license. This
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
...ersel.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/com32/modules/hello.c b/com32/modules/hello.c deleted file mode 100644 index d3d4d29..0000000 --- a/com32/modules/hello.c +++ /dev/null @@ -1,26 +0,0 @@...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...6488 Nov 1 18:09 utils/gethostip 1 6988 Nov 1 18:08 com32/modules/ifmemdsk.c32 1 8106 Sep 22 22:20 dosutil/mdiskchk.com 1 8774 Nov 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 No...
2017 Jul 01
0
[PATCH] Add new hash.c32 module
...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 ifeq ($(FIRMWARE),BIOS) MODULES = $(MOD_ALL) $(MOD_BIOS) diff U3 syslinux-6.04-pre1/com32/modules/hash.c...
2014 Nov 22
1
Get rid of printf format warning format ‘%llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’
...].size, nm[i].addr + nm[i].size, remove_spaces(type)); } diff --git a/com32/hdt/hdt-dump-memory.c b/com32/hdt/hdt-dump-memory.c index 5095d3c..4318376 100644 --- a/com32/hdt/hdt-dump-memory.c +++ b/com32/hdt/hdt-dump-memory.c @@ -91,9 +91,9 @@ void dump_e820(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item char begin[24]={0}; char size[24]={0}; char end[24]={0}; - snprintf(begin,sizeof(begin),"0x%016llx",map[i].addr); - snprintf(size,sizeof(size),"0x%016llx",map[i].size); - snprintf(end,sizeof(end),"0x%016llx",map[i].addr+map[i]....
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...| libcom32.c32 |sanboot.c32 |com32/modules | libcom32.c32 |sdi.c32 |com32/modules | libcom32.c32 |vesainfo.c32 |com32/modules | |vpdtest.c32 |com32/modules | libgpl.c32 |whichsys.c32 |com32/modules | libcom32.c32 |zzjson.c32 |com32/modules | libgpl.c32 |rosh.c32 |com32/rosh | libutil.c32 libcom32.c32 |advdump.c32 |com32/samples | |entrydump.c32 |com32/samples | |fancyhello.c32 |com32/samples | libutil.c32 |hello.c32 |com32/sa...
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
...+++ b/com32/modules/Makefile @@ -24,7 +24,8 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.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 + whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ + nictype.c32 TESTFILES = diff --git a/com32/modules/nictype.c b/com32/modules/nictype.c new file mode 100644 index 0000000..b2a1c2a --- /dev/n...
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
...modules/Makefile @@ -24,7 +24,7 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.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 pxechn.c32 + whichsys.c32 pxechn.c32 pxedump.c32 TESTFILES = diff --git a/com32/modules/pxedump.c b/com32/modules/pxedump.c new file mode 100644 index 0000000..478eba8 --- /dev/null +++ b/com32/modules/pxedump.c @@ -0,0 +1,241 @@ +/* -------------------------...
2012 Nov 04
1
hexdump.c32 for Syslinux 5.00-pre9
...+++ b/com32/modules/Makefile @@ -24,7 +24,8 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.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 + whichsys.c32 prdhcp.c32 pxechn.c32 kontron_wdt.c32 ifmemdsk.c32 \ + hexdump.c32 TESTFILES = diff --git a/com32/modules/hexdump.c b/com32/modules/hexdump.c new file mode 100644 index 0000000..bc2c70d --- /dev/n...
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...otless: clean libclean menuclean rm -f *~ \#* *.c32 diff --git a/com32/gpllib/Makefile b/com32/gpllib/Makefile index e3e30d7..1fec914 100644 --- a/com32/gpllib/Makefile +++ b/com32/gpllib/Makefile @@ -8,7 +8,7 @@ include $(MAKEDIR)/lib.mk REQFLAGS += -I$(SRC)/../gplinclude -I$(SRC)/../gplinclude/zzjson GPLDIRS := $(SRC) $(addprefix $(SRC)/,disk dmi vpd acpi zzjson) -LIBOBJS := $(subst $(SRC)/,,$(foreach dir,$(GPLDIRS),$(patsubst %.c,%.o,$(wildcard $(dir)/*.c)))) +LIBOBJS := $(subst $(SRC)/,,$(foreach dir,$(GPLDIRS),$(patsubst %.c,%.o,$(sort $(wildcard $(dir)/*.c))))) BINDIR = /usr/bin LI...
2018 Dec 01
3
fixing debian's hd-media image
...? ? ??? pwd.c32 ? ? ??? reboot.c32 ? ? ??? rosh.c32 ? ? ??? sysdump.c32 ? ? ??? syslinux.c32 ? ? ??? vesa.c32 ? ? ??? vesamenu.c32 ? ? ??? vpdtest.c32 ? ? ??? whichsys.c32 ? ? ??? zzjson.c32 ? ??? SYSLX64.CFG ??? initrd.gz ??? linux + cat target/EFI/BOOT/SYSLX64.CFG ### EFI/BOOT/SYSLX64.CFG start ### UI SYSLINUX/EFI64/vesamenu.c32 DEFAULT lslabel PROMPT 1 # TIMEOUT 100 SAY *** Press enter to boot the default label *** LABEL lslabel COM32 SYSLINUX/EFI64/ls.c32 LABEL pwdl...
2013 Feb 10
4
[PATCH] poweroff COM32 module
.../Makefile index 628fa5d..1998a0e 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -25,7 +25,7 @@ MODULES = config.c32 ethersel.c32 dmitest.c32 cpuidtest.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 + hexdump.c32 poweroff.c32 TESTFILES = diff --git a/com32/modules/poweroff.c b/com32/modules/poweroff.c new file mode 100644 index 0000000..8cec483 --- /dev/null +++ b/com32/modules/poweroff.c @...
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
...libgpl.c32 mboot.c32 prdhcp.c32 sysdump.c32 vpdtest.c32 cmenu.c32 dhcp.c32 gpxecmd.c32 ifplop.c32 liblua.c32 meminfo.c32 pwd.c32 syslinux.c32 whichsys.c32 config.c32 disk.c32 hdt.c32 kbdmap.c32 libmenu.c32 menu.c32 pxechn.c32 syslinux.cfg zzjson.c32 cptime.c32 dmi.c32 hexdump.c32 kontron_wdt.c32 libutil.c32 pci.c32 reboot.c32 syslinux.efi cpu.c32 dmitest.c32 host.c32 ldlinux.e64 linux.c32 pcitest.c32 rosh.c32 vesa.c32 > > ? 'syslinux.cfg'? > > > LABEL arch > >...
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
...t 15276 Dec 16 15:51 sysdump.c32 -rwxr--r-- 1 root root 2060 Dec 16 15:51 vesainfo.c32 -rwxr--r-- 1 root root 26736 Dec 16 15:51 vesamenu.c32 -rwxr--r-- 1 root root 1804 Dec 16 15:51 vpdtest.c32 -rwxr--r-- 1 root root 2416 Dec 16 15:51 whichsys.c32 -rwxr--r-- 1 root root 3520 Dec 16 15:51 zzjson.c32 6) Rebooted My extlinux.conf: sysresccd# cat /boot/extlinux/extlinux.conf # This configuration file was generated automatically by gen-extlinuxconf. TIMEOUT 30 UI menu.c32 MENU TITLE Boot Menu MENU COLOR title 1;37;40 MENU COLOR border 30;40 MENU COLOR unsel 37;40 LABE...
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
...root 3064 May 15 08:07 vesa.c32 -rw-r--r-- 1 root root 2192 May 15 08:07 vesainfo.c32 -rw-r--r-- 1 root root 26428 May 15 08:07 vesamenu.c32 -rw-r--r-- 1 root root 1864 May 15 08:07 vpdtest.c32 -rw-r--r-- 1 root root 2464 May 15 08:07 whichsys.c32 -rw-r--r-- 1 root root 3552 May 15 08:07 zzjson.c32 The most interesting files are here [anatol at archie ~]$ ls -l /boot/syslinux/ldlinux.* -rw-r--r-- 1 root root 122044 May 15 08:07 /boot/syslinux/ldlinux.c32 -r--r--r-- 1 root root 67072 May 15 08:07 /boot/syslinux/ldlinux.sys ldlibyx.sys is slightly bigger than 64k, does it indicate the p...
2018 Nov 17
2
fixing debian's hd-media image
...pwd.c32 ? ??? pxechn.c32 ? ??? reboot.c32 ? ??? rosh.c32 ? ??? sanboot.c32 ? ??? sdi.c32 ? ??? sysdump.c32 ? ??? syslinux.c32 ? ??? vesa.c32 ? ??? vesainfo.c32 ? ??? vesamenu.c32 ? ??? vpdtest.c32 ? ??? whichsys.c32 ? ??? zzjson.c32 ??? exithelp.cfg ??? f10.txt ??? f1.txt ??? f2.txt ??? f3.txt ??? f4.txt ??? f5.txt ??? f6.txt ??? f7.txt ??? f8.txt ??? f9.txt ??? g2ldr ??? g2ldr.mbr ??? gtk.cfg ??? initrdg.gz ??? initrd.gz ??? ldlinux.c32 ??? ldlinux.sys ??? libcom32.c32 ??? libutil.c32 ??? linux ??? menu.cfg ??? NvVars ???...
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