search for: dosutil

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

2014 Mar 04
2
6.03-pre6 minor building suggestions
...tml 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, while the efi32/ and efi64/ don't, which is expected. OTOH, mdiskchk.com is being created under the main dosutil/ directory. I think that 'mdiskchk.com' should be created under the bios/dosutil/ subdirectory, just as copybs.com and el...
2014 Mar 15
2
6.03-pre6 minor building suggestions
...r 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. Proper dep rules are the key. Building under only bios/ is a quick fix. > > _ The bios/dosutil/ directory contains copybs.com and eltorito.sys, > > while the efi32/ and efi64/ don't, which is expected. OTOH, > > mdiskchk.com is being created under the main dosutil/ directory. I > > think that 'mdiskchk.com' should be created under the bios/dosutil/ > > sub...
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 i...
2014 Mar 05
0
6.03-pre6 minor building suggestions
...d 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, > while the efi32/ and efi64/ don't, which is expected. OTOH, > mdiskchk.com is being created under the main dosutil/ directory. I > think that 'mdiskchk.com' should be created under the bios/dosutil/ > subdirectory, just...
2014 Mar 15
0
6.03-pre6 minor building suggestions
...uilt according to relevant firmware, but this is not the same case, and I am guessing this is what you mean by "proper dep rules". I wish I knew how to correct this myself and send a patch. Hopefully someone with relevant knowledge will be so kind to do it. > > > _ The bios/dosutil/ directory contains copybs.com and eltorito.sys, > > > while the efi32/ and efi64/ don't, which is expected. OTOH, > > > mdiskchk.com is being created under the main dosutil/ directory. I > > > think that 'mdiskchk.com' should be created under the bios/dosutil...
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 22ccfe5fcdca4e3c40d88b0d20b4fbb321b22299..0000000000000000000000000000000000000000...
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 --- a/dosutil/Makefile +++ b/dosutil/Makefile @@ -7,6 +7,9 @@ include $(MAKEDIR)/syslinux.mk WCL = wcl WCLOPT = -6 -osx -mt -bt=DOS -l=COM +WCL_IS_GOOD := $(she...
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
...TS = $(BTARGET) \ mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin \ mbr/mbr_f.bin mbr/altmbr_f.bin mbr/gptmbr_f.bin \ core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \ - gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \ + gpxe/gpxelinux.0 dos/syslinux.com $(INSTALL_AUX_OPT) \ dosutil/*.com dosutil/*.sys \ $(MODULES) @@ -68,9 +77,8 @@ INSTALL_SBIN = extlinux/extlinux # Things to install in /usr/lib/syslinux INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 core/isolinux.bin \ core/isolinux-debug.bin \ - dos/syslinux.com win32/syslinux.exe \ + dos/syslinux.com $(INSTAL...
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
...linux 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 dosutil/copybs.com 1 432 Sep 23 23:51 mbr/isohdpfx.bin 1 432 Sep 23 23:51 mbr/isohdpfx_c.bin 1 432 Sep 23 23:51 mbr/isohdpfx_f.bin 1 432 Sep 23 23:51 mbr/isohdppx.bin 1 432 Sep 23 23:51 mbr/isohdppx_c.bin 1 432 Sep 23 23:51 mbr/isohdppx_f.bin 1 439 Sep 23 23:51 mbr/altmbr.bin 1 439...
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...| 3 ++- com32/sysdump/Makefile | 3 ++- com32/tools/Makefile | 4 ++-- core/Makefile | 3 ++- diag/geodsp/Makefile | 2 +- diag/mbr/Makefile | 3 ++- dos/Makefile | 3 ++- dosutil/Makefile | 3 ++- extlinux/Makefile | 3 ++- linux/Makefile | 3 ++- lzo/Makefile | 3 ++- mbr/Makefile | 3 ++- memdisk/Makefile | 3 ++- memdump/Makefile...
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, ple...
2012 Jan 27
1
[PATCH] [RFC] Makefile: add mingw objects conditionally
...-) diff --git a/Makefile b/Makefile index 48b3420..dfd50c1 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,14 @@ BOBJECTS = $(BTARGET) \ mbr/*.bin \ core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \ gpxe/gpxelinux.0 dos/syslinux.com \ - win32/syslinux.exe win64/syslinux64.exe \ dosutil/*.com dosutil/*.sys \ $(MODULES) +ifeq ($(shell win32/find-mingw32.sh gcc >/dev/null 2>&1 ; echo $$?), 0) +BOBJECTS += win32/syslinux.exe +endif +ifeq ($(shell win64/find-mingw64.sh gcc >/dev/null 2>&1 ; echo $$?), 0) +BOBJECTS += win64/syslinux64.exe +endif # BSUBDIRs buil...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
...| 3 ++- com32/sysdump/Makefile | 6 +++--- com32/tools/Makefile | 4 ++-- core/Makefile | 3 ++- diag/geodsp/Makefile | 2 +- diag/mbr/Makefile | 3 ++- dos/Makefile | 3 ++- dosutil/Makefile | 3 ++- extlinux/Makefile | 3 ++- linux/Makefile | 3 ++- lzo/Makefile | 3 ++- mbr/Makefile | 3 ++- memdisk/Makefile | 3 ++- memdump/Makefile...
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 image...
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. > > Ge...
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
...ARCH=i386 LDLINUX=ldlinux.c32 all make[2]: Entering directory `/mlsyslinux/bios' ls -l version.gen version.h /mlsyslinux/version.mk mbr/*.bin core/pxelinux.0 core/lpxelinux.0 core/isolinux.bin core/isolinux-debug.bin gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe win64/syslinux64.exe dosutil/*.com dosutil/*.sys memdisk/memdisk memdump/memdump.com com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 com32/sysdump/*.c32 com32/lua/src/*.c32 com32/chain/*.c32 com32/lib/*.c32 com32/libutil/*.c32 com32/gpllib/*.c32 com32/elflink/ldlinux/...
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