search for: sha0

Displaying 20 results from an estimated 110 matches for "sha0".

Did you mean: sha
2012 Oct 26
2
[PATCH] 4 Patches for initrd+= and initrdfile= Options
...ComBoot32 module. If we are shifting gears towards 4.10 or 5 any time soon, feel free to let me know and I'll attempt to apply the patches to those and to deal with any conflicts. You can merge these commits onto your 4.06 from my 'multi_initrd' branch at: git://git.zytor.com/users/sha0/syslinux.git In brief: The "initrd+=" option allows you to append initramfs-style blobs (files which can be produced with 'cpio -o -H newc') to whatever "initrd" was specified via the "initrd=" option (or was specified indirectly via the INITRD directive). T...
2009 Oct 29
2
Patches for chain.c32: Error message is more detailed and chainload another isolinux.bin
...sofs, when you want multiple versions of isolinux.bin per CD. Shao Miller wrote most of the code for this patch. Thank you. You can get those patches from Shao's git repo (chain_isolinux branch): [chain] Add support for chain-loading another isolinux.bin http://git.etherboot.org/?p=people/sha0/syslinux.git;a=commit;h=39adcc6d820d6432034c901f64a43dcd011ef1c3 [chain] Run Nindent on chain.c chain_isolinux http://git.etherboot.org/?p=people/sha0/syslinux.git;a=commit;h=4b4cfe0cd38d6ab371f58d76a171b5edcffd9787 - Gert Hulselmans
2013 Jul 08
0
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
On 7/7/2013 23:37, Patrick Verner wrote: > On Sun, Jul 7, 2013 at 10:25 PM, Shao Miller <sha0.miller at gmail.com > <mailto:sha0.miller at gmail.com>> wrote: > > On 7/7/2013 21:25, Patrick Verner wrote: > > On Sun, Jul 7, 2013 at 6:11 PM, Shao Miller > <sha0.miller at gmail.com <mailto:sha0.miller at gmail.com> > <mailto:...
2013 Jul 06
4
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
Same CD. Any Linux distribution without the 5.X series boots on this machine. We can use 4.06 and it boots just fine. It's not the computer's hardware. Like I said, we can take the CD out of the GX620 and place it in the 9010 and it boots. Put 4.06 on the CD, and they both boot. Patrick On Sat, Jul 6, 2013 at 7:18 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Fri, Jul 5,
2012 Nov 23
1
[PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type...
Applies to Syslinux 4.06. Attached, below, and available at: Repository: git://git.zytor.com/users/sha0/syslinux.git Branch: nictype - Shao Miller ----- From 2764e260e12d9769e3b699e4213b9a164e64924a Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0.miller at gmail.com> Date: Thu, 22 Nov 2012 20:43:25 -0500 Subject: [PATCH] nictype.c32: PXELINUX module to display UNDI NIC bus type... .....
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: > > http://git.zytor.com/?...
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: > > > > > > I can see 1 branch in Shao's git repo that might be relevant: > >...
2012 Nov 05
2
New Memory Allocation
In Syslinux-5.00, is the goal that the core and .c32 modules alike will use the same heap? There is a bug I am thinking about: - QEmu with 1024 MiB RAM - Syslinux 4.06 - .c32 can realloc() up to 1013 MiB - QEmu with 1024 MiB RAM - Syslinux 5.00-pre9 - .c32 can realloc() up to 45 MiB I am wondering if there's a maximum-allocation-size being hit, or if it's actually a bug I should look
2009 Aug 04
5
New MEMDISK-ISO
For anyone wanting to boot an .ISO with MEMDISK: http://git.etherboot.org/?p=people/andytim/syslinux.git;a=shortlog;h=ref s/heads/memdisk-iso NOTE: Your protected-mode OS (Windows, Linux, *BSD) booted from such a MEMDISK will not magically find the MEMDISK image in RAM and use it as a CD without a MEMDISK driver. There are currently 0 MEMDISK drivers in the field, but that might change someday.
2010 Jun 25
1
chain.c32 GPT Support
Hello all. Here[1] is a branch where chain.c32 can chain-boot a partition on a GPT disk when given the partition index. boot: chain hd1 84 (For example.) - Shao Miller [1] http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/ chain_gpt
2011 Aug 13
1
NTFS File Sectors
The following comment in win/syslinux.c seems fairly innocent: /* Map the file (is there a better way to do this?) */ So I?ve got an ?ntfssect? git repository going: http://git.zytor.com/?p=users/sha0/ntfssect.git;a=summary Hopefully Paulo can plug its functions into his NTFS working repository. It appears that we?ll have to take one path (in the Windows installer) for FAT and one path for NTFS, unfortunately. A sample binary can be found in the ?win32? branch, which dumps cluster and sector...
2012 Dec 01
1
VMware ESXi safeboot.c32 Source Code
Maybe you know, Ram? - Shao -----Original Message----- From: Shao [mailto:sha0.miller at gmail.com] Sent: Saturday, December 01, 2012 00:58 To: 'For discussion of Syslinux and tftp-hpa' Subject: VMware ESXi safeboot.c32 Source Code Does anyone know where to find the source code for VMware's ESXi's safeboot.c32 module? There is a question in the http://reboo...
2012 Nov 04
1
hexdump.c32 for Syslinux 5.00-pre9
Applies to Syslinux 5.00-pre9. Attached, below, and available at: Repository: git://git.zytor.com/users/sha0/syslinux.git Branch: hexdump - Shao Miller From c9c67dd61ba0b11e46d514601cf0722e1b43017c Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0.miller at gmail.com> Date: Sun, 4 Nov 2012 00:26:32 -0400 Subject: [PATCH] hexdump.c32: Simple file hex-dumper Usage: %s [<option> [...]] <...
2010 Jun 17
2
MEMDISK, MDISKCHK.COM
Just a slight poke regarding the MEMDISK and MDISKCHK.COM possibilities available here[1]. Review by non-hpas is welcome, too. Thanks! - Shao [1] http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/ mdiskchk_enh2
2010 Jun 12
1
[PATCH] ifcpuXX: Support multiple parameters with labels
Even though Doug's out of the office, I'm submitting a patch to the ifcpu[|64].c32 COMBOOT32 modules for testing. Also available for perusal with a web browser at: http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=cc70d0fa5 5e35fabf250f4dccbaed2fa44f56da7 - Shao Miller --- >From cc70d0fa55e35fabf250f4dccbaed2fa44f56da7 Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0 at terminus.zytor.com> Date: Sat, 12 Jun 2010 08:03:28 -0700 Subject: [PATCH] ifcpuXX: Supp...
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
Not much to it, but thought I'd offer. - Shao From c668e24421a344231fc3fba31a26c88e92d03f43 Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0.miller at gmail.com> Date: Tue, 2 Oct 2012 22:02:04 -0400 Subject: [PATCH] pxedump.c32: Simple PXE cached packet dumping Usage: pxedump.c32 --cached Mostly useful with a serial connection, to capture the lengthy output Signed-off-by: Shao Miller <sha0.miller at gmail.com> --- com32/mo...
2010 Mar 31
0
From another git repository
...ne git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git > > 3. This should result in a "syslinux" directory. 'cd syslinux' > 4. You'd like to use the chain.c32 patch provided, which you can fetch > > git remote add shao git://git.etherboot.org/scm/people/sha0/syslinux.git > git fetch shao > git checkout shao/chain_fs > git checkout -b chain_fs > > 5. Build Syslinux with 'make' > 6. The patched chain.c32 will be built in com32/modules/ The git commands once again, with some extra "show progress cmds" git cl...
2010 Jun 19
0
ELTORITO.SYS, MEMDISK, MDISKCHK.COM Commits
...eltorito: Include drive 0xFF in scan Although drive 0xFF could yield a false positive as the El Torito booted-from drive number, some users of GRUB4DOS actually use this drive number, so we should include it in our scan. --- - Shao Miller [1] http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/ for_hpa [2] http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=cdeaadbf3 9f0292ff2936c1a0a9dc7c13c10bced
2011 Jan 27
1
[PATCH][git-pull] memdisk/dskprobe.c
git://git.zytor.com/users/genec/syslinux.git Branch memdiskdbg-for-sha0 This starts with adding another check in two of the disk probes (by Shao; Thank you), expands the debug output, adds an additional check in the third probe and expands/reorders the debug output. At this time, it appears to resolve the MEMDISK issues that Jason Vasquez first noticed. The addition...
2012 Oct 21
0
chain.c32 for tianocore EDK2 DUET EFILDR
Just pushed a hacky commit[1] to an "efildr_hack" branch at git.zytor.com/users/sha0/syslinux.git The commit message goes: This introduces support for chaining to tianocore's EDK2's DUET's EFILDRs. You should use EFILDR for FAT12, EFILDR16 for FAT16, EFILDR32 or EFILDR64 (depending on the architecture) for FAT32. Usage: chain.c32 efildr=<filename> where...