search for: shao

Displaying 20 results from an estimated 402 matches for "shao".

Did you mean: sha1
2010 Jul 10
0
libinstaller, mtools, win32 Installer Changes
Three commits at my "for_hpa" branch (not derived from any old for_hpa branch you might have). Briefs are below. I'm still working on the DOS installer. - Shao ----- Author: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Sat Jul 3 16:23:44 2010 -0400 win32: Use libinstaller option parser We will produce an error message if a user attempts to use an option we don't implement. Signed-off-by: Shao Miller <shao.miller at...
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 instanc...
2014 Jul 06
4
mdiskchk and WinPE
...ppeared 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: > > > > > > mdiskchk_win > > > > > > [quote] > > > > > > mdiskchk.exe will be the Windows cou...
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
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
2012 Oct 26
2
[PATCH] 4 Patches for initrd+= and initrdfile= Options
...iently testing the wimboot functionality. Thanks to Michael Brown for wimboot and iPXE, naturally. Thanks to Ady for criticizing the plus-sign symbol and suggesting alternatives. Some patch details follow. Enjoy! >From 693903de260d39db89e246a1e569a084f444cdd7 Mon Sep 17 00:00:00 2001 From: Shao Miller <sha0.miller at gmail.com> Date: Thu, 25 Oct 2012 02:17:36 -0400 Subject: [PATCH 1/4] linux.c32: Move some initrd=x,y,z code out of main In handling an "initrd=x,y,z" option, it seems reasonable to be able to handle similar options in a similar fashion, so some of the code h...
2009 Dec 09
2
[PATCH] memdisk: Fix "might be used uninitialized" warnings
From 43e0635d7d90f65055d1f49d998974041315f4fc Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Fri, 11 Dec 2009 01:26:59 +0000 Subject: [PATCH] memdisk: Fix "might be used uninitialized" warnings The checksum_buf function was providing an incorrect checksum on at least one build. Signed-off-by: Shao Miller <shao.miller at yrd...
2011 May 01
0
[patch X 2] chain.c32 ReactOS FreeLdr Support
Two commits available at: http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/chain_freeldr --- Author: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Sun May 1 13:49:43 2011 -0400 chain: Support loading ReactOS' FreeLdr Use something like: LABEL freeldr COM32 chain.c32 APPEND freeldr=freeldr.sys Signed-off-by: Shao Miller <shao.miller at yrdsb.edu....
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....
2012 Mar 27
2
new chain cleanups - question re. preferred license
I'm preparing a few simple patches that will cleanup few things regarding new chain - in particular the ones I mentioned in Januray during discussion with Shao (tone down overkill abstractions, etc.). One question on a formal side though - which license is preferred at the top of the source files ? Currently there're two present - either something bsd-ish (on parts derived from Shao's partition handling code), GPL (from former chain.c) or in s...
2010 Mar 30
1
Req
.../grldr > Ok. How about this patch[1]? (Also attached.) The option is "fs", meaning the "current" Syslinux booted-from disk and partition (if applicable). boot: chain -? ... boot: chain fs cmldr=/cmldr ----- LABEL cmdcons COM32 chain.c32 APPEND fs cmldr=/cmldr - Shao Miller [1] http://git.etherboot.org/?p=people/sha0/syslinux.git;a=commitdiff;h=bf3b 87fac3978d82dba27319ac3650c442959168 [2] On 30 March 2010 : Miller, Shao Wrote: I've been very busy and so I apologize. Please send this request to the Syslinux mailing-list. I will try to respond. - S...
2010 Mar 31
0
From another git repository
Op 20100330 om 22:24 schreef Miller, Shao: > > Steps to use the patch: > > 1. Install 'git', 'perl', 'nasm' and any other Syslinux build dependencies > 2. Working in your favourite directory, execute the following: > > git clone git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git >...
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...
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 05
2
New Memory Allocation
...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 for. - Shao Miller
2009 Oct 29
2
Patches for chain.c32: Error message is more detailed and chainload another isolinux.bin
...66f24564 Add 'isolinux=' option to chain.c32 for chain-loading another isolinux.bin. It patches the boot info table part of the new loaded isoinux.bin file in memory. So you don't need the -eltorito-alt-boot option of mkisofs, 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=39adcc6d820d6432034c901f64a43dcd011ef1...
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
...ludes parameters the OS will want to know about. The mBFT points back at the "safe hook" structure''s physical address so that an OS supporting both "safe hook" chain-walking as well as mBFT-scanning can know that both refer to the same MEMDISK instance. Signed-off-by: Shao Miller <shao.miller at yrdsb.edu.on.ca> --- memdisk/acpi.h | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ memdisk/memdisk.inc | 47 ++++++++++++++++++++++++++++++++++++++++--- memdisk/setup.c | 41 +++++++++++++++++++++++++++++++++++++- 3 files changed, 137 insertio...
2016 Mar 12
3
Adding image file support for Windows
Hi Community - I would like to request that SYSLINUX be extended to install on a filesystem image file on the Windows platform. This feature is available on Linux (option -t); however, on Windows SYSLINUX only installs with a raw device path. This feature would be use by another open source project. As an small incentive, I'll offer a small, token bounty ($50) for the developer that
2016 Feb 24
5
Anyone know whats up with wki?
On Tue, Feb 23, 2016 at 1:38 PM, Shao Miller via Syslinux <syslinux at zytor.com> wrote: > I don't think the MySQL daemon is running. I'm looking around for someone > who can help. - Shao > > P. S. No, I don't like scrolling to read what's most recent. Top-posting > forever. Just kidding. Nicer...
2011 Jan 25
2
MEMDISK issue with OptiPlex GX280,620
..., at this time) this debug version with my Ghost client image from previous trials, and it works. Yay. So does this mean the genius team has fixed the issue? I can perform further testing, but the latest changes look promising indeed. Much thanks. Regards. ----- Original Message ----- From: "Shao Miller" <Shao.Miller at yrdsb.edu.on.ca> To: syslinux at zytor.com Sent: Tuesday, January 25, 2011 5:23:34 PM GMT -05:00 US/Canada Eastern Subject: Re: [syslinux] MEMDISK issue with OptiPlex GX280,620 On 1/25/2011 16:38, Shao Miller wrote: > On 1/25/2011 13:36, Jason Vasquez wrote: &...