similar to: [PATCH 1/2] Drop dosutil/mdiskchk.com

Displaying 20 results from an estimated 700 matches similar to: "[PATCH 1/2] Drop dosutil/mdiskchk.com"

2009 Dec 30
1
make spotless, make and dosutil
checkout master: dosutil/mdiskchk.com exists make spotless: dosutil/mdiskchk.com gets deleted make: make[1]: Entering directory `/syslinux-3.85-pre1-1-g769ee62/dosutil' wcl -6 -osx -mt -bt=DOS -l=COM -c -fo=mdiskchk.obj mdiskchk.c make[1]: wcl: Command not found Time to revisit "Makefile: add DOS utilities as installables" ? - Sebastian
2014 Jun 24
0
[PATCH 1/2] Drop dosutil/mdiskchk.com
On Tue, Jun 24, 2014 at 6:22 AM, Lubomir Rintel <lkundrak at v3.sk> wrote: > A prebuilt binary. Needs non-free Watcom compiler to build. This is true however the impression I got from HPA is that the resulting binary is not under the same restrictions. He made note of its rarity in 46a81bae and the resulting need to include a binary with last edits on 2010-06-21 in 7556a891. -- -Gene
2014 Jun 24
0
[PATCH 2/2] Test for Watcom C presence
This adds checks for Watcom C DOS cross-compiler in a manner analogous to mingw compiler for Windows. The compiler is not commonly present in Linux distributions due to a non-free license. Signed-off-by: Lubomir Rintel <lkundrak at v3.sk> --- dosutil/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dosutil/Makefile b/dosutil/Makefile index 9dc88d1..69fc58a 100644 ---
2014 Mar 04
2
6.03-pre6 minor building suggestions
In Syslinux 6.03-pre6: _ The txt/html/*.html files are currently created 3 times, one for each firmware. I think they should be created only once (under the main txt/html/ directory), just as the rest of the documentation is. In that case, the <respective_firmware>/txt/html/ subdirectories should not even be created. _ The bios/dosutil/ directory contains copybs.com and eltorito.sys,
2014 Mar 15
2
6.03-pre6 minor building suggestions
On Mar 4, 2014 7:42 PM, "Ady" <ady-sf at hotmail.com> wrote: > > > > In Syslinux 6.03-pre6: > > > > _ The txt/html/*.html files are currently created 3 times, one for > > each firmware. I think they should be created only once (under the > > main txt/html/ directory), just as the rest of the documentation is. > > In that case, the
2014 Mar 15
0
6.03-pre6 minor building suggestions
> On Mar 4, 2014 7:42 PM, "Ady" <ady-sf at hotmail.com> wrote: > > > > > > > In Syslinux 6.03-pre6: > > > > > > _ The txt/html/*.html files are currently created 3 times, one for > > > each firmware. I think they should be created only once (under the > > > main txt/html/ directory), just as the rest of the documentation
2014 Mar 05
0
6.03-pre6 minor building suggestions
> In Syslinux 6.03-pre6: > > _ The txt/html/*.html files are currently created 3 times, one for > each firmware. I think they should be created only once (under the > main txt/html/ directory), just as the rest of the documentation is. > In that case, the <respective_firmware>/txt/html/ subdirectories > should not even be created. > > _ The bios/dosutil/
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com> This series includes a patch (PATCH 1/6) that I sent previously but I thought it was worth sending it again since the rest of the series depends on it, and it also gives a bit of context. These cleanups make it simpler to do the big switchover to ELF modules on the elflink branch because the libraries in $LIBS are now contained in one
2014 Jul 07
0
mdiskchk and WinPE
> > Date: Sun, 6 Jul 2014 22:40:21 +0200 > > From: herbszt at gmx.de > > To: sha0.miller at gmail.com > > CC: syslinux at zytor.com; jml9904 at hotmail.com > > Subject: Re: [syslinux] mdiskchk and WinPE > > > > Shao Miller wrote: > > > On 7/6/2014 01:55, Ady wrote: > > > > > > > > I can see 1 branch in Shao's git repo
2014 Jul 06
0
mdiskchk and WinPE
> Greetings, all... Hoping someone can point me in the right > direction. I've set up a Linux PXE host with a menu choice to > install Windows. This option boots a WinPE image, which then uses > \\net use... to mount the appropriate ISO image. Works fine. > However, I would like to pass the iso name and directory into > WinPE from the menu via append= arguments. Thus, I can
2014 Jul 06
0
mdiskchk and WinPE
Shao Miller wrote: > On 7/6/2014 01:55, Ady wrote: > > > > I can see 1 branch in Shao's git repo that might be relevant: > > > > mdiskchk_win > > > > [quote] > > > > mdiskchk.exe will be the Windows counterpart for the DOS version > > mdiskchk.com. The purpose is to be able to scan low memory for > > instances > > of
2014 Jul 07
1
mdiskchk and WinPE
On 7/6/2014 16:40, Sebastian Herbszt wrote: > Shao Miller wrote: >> On 7/6/2014 01:55, Ady wrote: >>> >>> I can see 1 branch in Shao's git repo that might be relevant: >>> >>> mdiskchk_win >>> >>> [quote] >>> >>> mdiskchk.exe will be the Windows counterpart for the DOS version >>> mdiskchk.com. The
2014 Jul 06
3
mdiskchk and WinPE
On 7/6/2014 01:55, Ady wrote: > > I can see 1 branch in Shao's git repo that might be relevant: > > mdiskchk_win > > [quote] > > mdiskchk.exe will be the Windows counterpart for the DOS version > mdiskchk.com. The purpose is to be able to scan low memory for > instances > of Syslinux' MEMDISK and report these instances' parameters to a > user
2014 Jul 06
4
mdiskchk and WinPE
Thus the rub: The exe seems to have disappeared from winbin as well. It's there, but downloads as a zero-byte file. > Date: Sun, 6 Jul 2014 22:40:21 +0200 > From: herbszt at gmx.de > To: sha0.miller at gmail.com > CC: syslinux at zytor.com; jml9904 at hotmail.com > Subject: Re: [syslinux] mdiskchk and WinPE > > Shao Miller wrote: > > On 7/6/2014 01:55, Ady wrote:
2014 Jul 07
2
mdiskchk and WinPE
and there it was. Thanks, all, that did the trick! jml > From: sha0.miller at gmail.com > To: jml9904 at hotmail.com > CC: syslinux at zytor.com > Subject: RE: [syslinux] mdiskchk and WinPE > Date: Mon, 7 Jul 2014 00:14:27 -0400 > > Please try clicking the "raw" link to the right of the .exe found here: > >
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
This is an attempt to avoid potential confusion. Here are some example sizes for the two Syslinux versions mentioned in the e-mail subject. Your build results might be different. 4.06: 1 55 Sep 22 22:23 modules/int18.com 1 108 Nov 1 18:07 version.mk 1 138 Nov 1 18:07 version.gen 1 138 Nov 1 18:07 version.h 1 239 Sep 22 22:23 modules/poweroff.com 1 408 Sep 22 22:25
2010 Jun 19
0
ELTORITO.SYS, MEMDISK, MDISKCHK.COM Commits
H. Peter, three simple commits here[1] (for_hpa branch). Gert, sample binaries are here[2]. --- mdiskchk: Add --no-sequential mode It might be useful to suppress MDISKCHK.COM's classic behaviour of probing all BIOS drive numbers in search of MEMDISKs. Some BIOSes might not enjoy being probed. --- memdisk: Correct El Torito termination response Two
2014 Jul 07
0
mdiskchk and WinPE
Please try clicking the "raw" link to the right of the .exe found here: http://git.zytor.com/?p=users/sha0/syslinux.git;a=tree;f=win32/mdiskchk/exe; h=acbde1b80f88560ce4a51c4040b776adb3b45a87;hb=mdiskchk_winbin - Shao Miller ________________________________________ From: Jerome Levy [mailto:jml9904 at hotmail.com] Sent: Sunday, July 06, 2014 19:04 To: Sebastian Herbszt; Shao Miller
2014 Jul 05
2
mdiskchk and WinPE
Greetings, all... Hoping someone can point me in the right direction. I've set up a Linux PXE host with a menu choice to install Windows. This option boots a WinPE image, which then uses \\net use... to mount the appropriate ISO image. Works fine. However, I would like to pass the iso name and directory into WinPE from the menu via append= arguments. Thus, I can set up a separate menu option
2014 Jul 07
0
mdiskchk and WinPE, file found \o/
Op 2014-07-07 om 09:24 schreef Jerome Levy: > From: sha0.miller at gmail.com, Date: Mon, 7 Jul 2014 00:14:27 -0400 > > From: Jerome Levy, Sent: Sunday, July 06, 2014 19:04 > > > > > Thus the rub: The exe seems to have disappeared from winbin as well. It's > > > there, but downloads as a zero-byte file. > > > > Please try clicking the