search for: dosutils

Displaying 20 results from an estimated 25 matches for "dosutils".

Did you mean: docutils
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
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 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/
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 Jun 24
3
[PATCH 1/2] Drop dosutil/mdiskchk.com
A prebuilt binary. Needs non-free Watcom compiler to build. Signed-off-by: Lubomir Rintel <lkundrak at v3.sk> --- dosutil/mdiskchk.com | Bin 8106 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 dosutil/mdiskchk.com diff --git a/dosutil/mdiskchk.com b/dosutil/mdiskchk.com deleted file mode 100644 index
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 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
2010 May 29
2
Syslinux doesn't compile on Mandriva Linux - fixed
Hi, I've tried to compile syslinux under mandriva, and the compilation always bails out because it hasn't created win32/syslinux.exe. As far as I understand, the build will work fine on a Windows / mingw installation, but not Linux. I've modified my Makefile to remove the win32/syslinux.exe from the build, and it now builds OK. This happened on 3.3.6 and also on 4.0pre.
2017 Dec 22
2
Boot into dos
...an I boot into dos with different kinds of dos command with PXELinux? My menu is working fine, but I'm not sure what I should add to run into dos. My fixes.menu looks like this: # Menu Start MENU TITLE Fixes Menu LABEL MainMenu MENU LABEL ^Return to Main Menu MENU GOTO .top LABEL dosutils MENU LABEL ^File system check # Menu end Br Kenneth
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
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
From: Matt Fleming <matt.fleming at linux.intel.com> Move the MCONFIG files into a mk/ directory and give them more descriptive names. This is purely a cosmetic change to make the 'include' directives a bit more coherent by making it obvious exactly which MCONFIG file we're including. For example, in com32/lua/src/Makefile we exchange the line, include ../../MCONFIG for the
2002 Apr 30
1
can't locate files from cd ?
...I wonder if you can help me. I am trying to created a bootable cd that will begin a linux redhat installation. I did use the isolinux method and without success yet. Maybe I'm just doing something wrong, but have no idea where to begin troubleshooting. I did copy the entire RedHat, images and dosutils to the cd and booted with isoliux. I specify in the following command in the isolinux.cfg file: kernel vmlinuz append initrd=boot.img ( or initrd.img) It does boot, but it can't seem to locate the files from the cd, it sais unable to locate and mount hdc (cdrom). What am I doing wrong, plea...
2012 Jan 27
1
[PATCH] [RFC] Makefile: add mingw objects conditionally
Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- 0) If I build syslinux on a system without mingw a (successful) build will end with: ls: cannot access win32/syslinux.exe: No such file or directory ls: cannot access win64/syslinux64.exe: No such file or directory [...] make: [all] Error 2 (ignored) Ie, it ends with an ignored error. That's confusing (and a bit
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
2017 Dec 22
0
Boot into dos
...> > My menu is working fine, but I'm not sure what I should add to run into dos. > > My fixes.menu looks like this: > > > # Menu Start > MENU TITLE Fixes Menu > > LABEL MainMenu > MENU LABEL ^Return to Main Menu > MENU GOTO .top > > LABEL dosutils > MENU LABEL ^File system check > # Menu end > > Br > Kenneth The DOS "system" files must be located on a filesystem supported by DOS; for broader/st compatibility, that would be a medium-sized FAT16 volume. Generally speaking, you could have different FAT images...
2017 Dec 22
1
Boot into dos
...39;m not sure what I should add to run into dos. >> >> My fixes.menu looks like this: >> >> >> # Menu Start >> MENU TITLE Fixes Menu >> >> LABEL MainMenu >> MENU LABEL ^Return to Main Menu >> MENU GOTO .top >> >> LABEL dosutils >> MENU LABEL ^File system check >> # Menu end >> >> Br >> Kenneth > > > The DOS "system" files must be located on a filesystem supported by > DOS; for broader/st compatibility, that would be a medium-sized FAT16 > volume. > > Gen...
2013 May 14
3
MEMDISK location in memory
Hi all, I am new to Syslinux and Memdisk. I setup a PXE boot server that services an image file via memdisk. This works very well. However, I am trying to figure out as to where memdisk the image puts in memory? On the wiki page it says: "MEMDISK simulates a disk by claiming a chunk of high memory for the disk and a (very small - 2K typical) chunk of low (DOS) memory for the driver itself,
2014 May 08
2
compile error about 6.0.2
make -r -C /mlsyslinux -f /mlsyslinux/Makefile SRC="/mlsyslinux" \ OBJ=/mlsyslinux objdir=/mlsyslinux bios make[1]: Entering directory `/mlsyslinux' make -r -C /mlsyslinux/bios -f /mlsyslinux/Makefile SRC="/mlsyslinux" \ objdir=/mlsyslinux/bios OBJ=/mlsyslinux/bios HAVE_FIRMWARE=1 \ ARCH=i386 LDLINUX=ldlinux.c32 all make[2]:
2010 Jul 10
3
booting clonezilla *.iso via PXE fails
Hallo, I'm just trying to boot a Clonezilla *.iso (live-20100521-lucid) via PXE; Label clonezilla kernel memdisk append iso raw initrd iso/clonezilla.iso The first step is ok - I see the boot menu of the *.iso. When I choose "Clonezilla live" the system fails with Isolinux: Disk error 02, AX = 4224, drive E0 when I choose "freedos" it fails with