search for: ifmemdsk

Displaying 20 results from an estimated 40 matches for "ifmemdsk".

2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at: http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e Review welcome! - Shao Miller ----- From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date:...
2012 Jul 23
0
ifmemdsk.c32 in 4.05
Hello HPA, In the changelog for v.4.05: ifmemdsk.c32 was added, BUT com32/modules has only ifmemdsk.c , not the final binary, ifmemdsk.c32 . This is not the only module in such situation, but since it was explicitly added in the v.4.05 changelog... So, unless there is some reason not to, you should add ifmemdsk.c32 in com32/modules/Makefile . As...
2012 Jan 15
3
some issues with modules/syslinux
Dear Syslinux bootloader list, I'm running into a few issues concerning Syslinux modules here, hoping you can answer one or more of the following questions: * Where's "ifmemdsk.c32" ? 4.05, 4.06pre1 and latest 4.10pre seem to lack it. Only the "ifmemdsk.c" file, which is likely sourcecode. Not seeing any "ifmemdsk.cbt" legacy comboot module. * Do COM32 modules have their own memory requirements? Menu.c32 fails on a 2MB QEMU system, same for CH...
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.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 kontron_wdt.c32 pcitest.c32 pmload.c32 poweroff.c32 \ > + prdhcp.c32 pxechn....
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
...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/null +++ b/com32/modules/nictype.c @@ -0,0 +1,115 @@ +/* ---------------...
2011 Jun 15
1
COM32 module for detecting Memdisk?
...g for a CD which boots an ISO. Issue is that the inner ISO also uses same Isolinux (+ menu), which isn't very user-friendly. So: CD --> ISOLINUX (menu) --> MEMDISK CDROM.ISO --> ISOLINUX (menu) --> diskette image. It would work in the same spirit as the IFPLOP module I guess: IFMEMDSK.C32 FDOSBOOT MENU.C32 (execute label FDOSBOOT if ISO was booted through Memdisk, otherwise present the menu.) Does such a module make sense?
2012 Nov 04
1
hexdump.c32 for Syslinux 5.00-pre9
...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/null +++ b/com32/modules/hexdump.c @@ -0,0 +1,245 @@ +#include <stddef...
2012 Oct 06
4
Syslinux 4.06-pre12
Hi, I've just pushed out a last -pre release before 4.06 final. The purpose of this prerelease was to make sure that all the build infrastructure is configured correctly and to ensure that the win installer problem is now gone (I've done the build on an F16 machine which should have a working mingw toolchain). Barring any major problems I'll do the final release this week. -- Matt
2015 Jun 22
3
Testing for ISO boot in init-premount
Hi I have a scenario where I need to test for whether I have booted via a syslinux ISO image in init-premount as opposed to (say) PXE boot. Is there any variable that I can test for this? thanks vk
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...1 5516 Nov 1 18:08 com32/modules/disk.c32 1 5644 Nov 1 18:08 com32/modules/cpuid.c32 1 5912 Nov 1 18:08 memdump/memdump.com 1 5952 Nov 1 18:08 com32/modules/cat.c32 1 6180 Nov 1 18:08 com32/modules/vpdtest.c32 1 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...
2014 Apr 30
2
Issues with syslinux_run_command(str) and parameters
...WOPTIONS 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 syslinux_run_command(str) and p...
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...com32/modules | libcom32.c32 |hexdump.c32 |com32/modules | libcom32.c32 |host.c32 |com32/modules | libcom32.c32 |ifcpu64.c32 |com32/modules | libcom32.c32 |ifcpu.c32 |com32/modules | libutil.c32 libgpl.c32 libcom32.c32 |ifmemdsk.c32 |com32/modules | libcom32.c32 |ifplop.c32 |com32/modules | libcom32.c32 |kbdmap.c32 |com32/modules | libcom32.c32 |kontron_wdt.c32 |com32/modules | libcom32.c32 |linux.c32 |com32/modules | libcom32.c32 |ls.c32...
2011 Aug 08
1
gitweb Bug
...quot;git://git.zytor.com " link at the top left, but the destination for that URI is actually http://git.zytor.com/git.zytor.com , which doesn't work. Perhaps some symlink magic is involved? - Shao Miller [1] http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/ ifmemdsk
2011 Dec 09
0
Syslinux 4.05 released
...been broken on virtually all systems since the beginning, and has been totally broken since 4.00 at least. Use MEMDISK instead. * chain.c32: Support chaining ReactOS' FreeLdr (Shao Miller) * isohybrid: -m option to add support for Mac EFI booting. * ifmemdsk.c32: Choose boot option based on presence of MEMDISK. * Remove bogus distributed mk-lba-img binary. * The Syslinux project has a new, cool logo by Abi "ixxvil" Rasheed (doc/logo/*). As usual, these are available at: http://www.kernel.org/pub/linux/uti...
2012 Oct 11
0
Syslinux-4.06-pre13
...hcp.c32: Add to Makefile prdhcp.c32: Fix what is retrieved. doc/pxechn.txt: Change title for manpage use. doc/pxechn.txt: Updates for clarity/flow doc/pxechn.txt: word wrap doc/pxechn.txt: Fix old example doc/pxechn.txt: update Matt Fleming (5): com32: Add ifmemdsk.c32 to Makefile menu: Don't highlight disabled entries menu: Add MENU GOTO support to the MENU DEFAULT parsing code Merge branch 'pxechn-fix-news-for-hpa-2' of git://github.com/geneC/syslinux prdhcp.c32: Turn off DEBUG Shao Miller (1): win: Add -mno-ms-bit...
2020 Jan 22
0
[PATCH] com32/modules: introduce play module
...4 com32/modules/play.c diff --git a/com32/modules/Makefile b/com32/modules/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/m...
2011 Oct 05
0
[GIT PULL] NTFS readonly file system support
This is the initial NTFS file system support for Syslinux :-) The following changes since commit 67954e370003d9bbfd8b58042669f2e9d532636f: ifmemdsk: remove spurious +x bit (2011-08-25 10:58:44 -0700) are available in the git repository at: git://github.com/pcacjr/syslinux.git ntfs-for-hpa Paulo Alcantara (34): Add NTFS filesystem support to Linux and Windows installers Initial NTFS readonly support code to Syslinux ntfs:...
2014 May 05
0
Issues with syslinux_run_command(str) and parameters
...ONS 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: [sys...
2019 Apr 05
2
Syslinux LUA -- output not visible in UEFI mode?
Hello all, We're having the following issue: when in UEFI mode, any output/errors from a lua script is invisible! This occurs even just running 'lua -v'. It runs and returns to a (visible) 'boot:' prompt, but there is simply no output visible from lua! (It does do a linefeed, but no visible text appears.) Has anyone encountered this? And/or know of a solution? For
2013 Feb 10
4
[PATCH] poweroff COM32 module
...++ 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 @@ -0,0 +1,88 @@ +/* ----------------------------------------------------...