similar to: [PATCH 1/2] Match comment with code

Displaying 20 results from an estimated 900 matches similar to: "[PATCH 1/2] Match comment with code"

2013 Dec 29
2
[PATCH 2/2] Remove some whitespace
Op 2013-12-14 om 21:34 schreef Ruben Kerkhof: > Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com> > --- > mbr/gptmbr.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S > index 8ab6b50..7d98aee 100644 > --- a/mbr/gptmbr.S > +++ b/mbr/gptmbr.S > @@ -213,7 +213,7 @@ found_part: > > movzwl
2013 Dec 15
3
[PATCH 1/2] Match comment with code
Op 2013-12-15 om 17:39 schreef Ferenc Wagner: > Ruben Kerkhof <ruben at rubenkerkhof.com> writes: > > > /* 80 00 00 00 ee 00 00 00 > > - - bootable partition, type EFI (EE), no CHS information */ > > + - bootable partition, type EFI (ED), no CHS information */ > > Please fix the previous comment line as well. As I understand that, so in _my words_:
2013 Dec 15
0
[PATCH 1/2] Match comment with code
> Op 2013-12-15 om 17:39 schreef Ferenc Wagner: > > Ruben Kerkhof <ruben at rubenkerkhof.com> writes: > > > > > /* 80 00 00 00 ee 00 00 00 > > > - - bootable partition, type EFI (EE), no CHS information */ > > > + - bootable partition, type EFI (ED), no CHS information */ > > > > Please fix the previous comment line as well.
2013 Dec 30
0
[PATCH 2/2] Remove some whitespace
On Sun, Dec 29, 2013 at 2:53 AM, Geert Stappers <stappers at stappers.nl> wrote: > Op 2013-12-14 om 21:34 schreef Ruben Kerkhof: >> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com> >> --- >> mbr/gptmbr.S | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S >> index 8ab6b50..7d98aee
2013 Dec 14
0
[PATCH 2/2] Remove some whitespace
Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com> --- mbr/gptmbr.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S index 8ab6b50..7d98aee 100644 --- a/mbr/gptmbr.S +++ b/mbr/gptmbr.S @@ -213,7 +213,7 @@ found_part: movzwl %cx,%eax /* Length of GPT entry */ stosl - + rep; movsb /* GPT entry follows MBR entry */ popw %si
2013 Feb 08
6
[PATCH] 4k_sector: Support dynamic sectors in GPT MBR
This patches add support for dynamic sectors to GPT MBR code. First 3 patches are trick and optimizations to gain some space for the forth patch. I have a modified version of SeaBIOS, some code and some script o test it I'll send on a different mail.
2013 Dec 31
1
[syslinux:master] Remove some whitespace
Op 2013-12-30 om 14:03 schreef syslinux-bot for Ruben Kerkhof: > Commit-ID: 54b29b18c684f865d81360764d2623bb06fe1d7a > Gitweb: http://www.syslinux.org/commit/54b29b18c684f865d81360764d2623bb06fe1d7a Visiting that URL yields 'Bad commit reference' but that is not the main reason for this e-mail. > Author: Ruben Kerkhof <ruben at rubenkerkhof.com> > AuthorDate:
2012 Sep 10
19
Initial support for sector size >512
This set of patches add some support for sector size >512. Currently it fixes extlinux, MBR for GPT and ext partitions. Other code is unaffected. This set of patches has been tested on a read Dell machine running a beta firmware.
2019 Apr 12
1
Re: Network hooks for ethernet interfaces
On Thu, Apr 11, 2019 at 10:43 PM Vasiliy Tolstov <v.tolstov@selfip.ru> wrote: Hi Vasiliy, > > ср, 10 апр. 2019 г. в 19:46, Ruben Kerkhof <ruben@rubenkerkhof.com>: > > > > On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote: > > > > > > On 4/9/19 11:35 AM, Ruben Kerkhof wrote: > > > > On Tue, Apr 9, 2019 at 5:10 PM
2008 Jun 25
2
DO NOT REPLY [Bug 5565] New: xattrs not set on locked files that already exist on target
https://bugzilla.samba.org/show_bug.cgi?id=5565 Summary: xattrs not set on locked files that already exist on target Product: rsync Version: 3.0.3 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2019 Apr 10
2
Re: Network hooks for ethernet interfaces
On Wed, Apr 10, 2019 at 1:44 PM Laine Stump <laine@redhat.com> wrote: > > On 4/9/19 11:35 AM, Ruben Kerkhof wrote: > > On Tue, Apr 9, 2019 at 5:10 PM Michal Privoznik <mprivozn@redhat.com> wrote: > >> > >> On 4/9/19 4:38 PM, Ruben Kerkhof wrote: > >>> Hi all, > >>> > >>> I have a hook script, /etc/libvirt/hooks/network,
2016 Aug 03
4
Install gptmbr with Windows
Does anyone know how to install the gptmbr.bin onto a USB drive with Windows? I noticed that it would be really easy to modify the source of the installer to install gptmbr.bin instead of mbr.bin with the -m flag, but I'd like a solution that doesn't require me to maintain my own custom syslinux. I'm open to writing and submitting a patch to add a new flag (say -g) to install
2013 Dec 31
1
[PATCH 2/2] Remove some whitespace
Op 2013-12-30 om 17:04 schreef Gene Cumm: > On Sun, Dec 29, 2013 at 2:53 AM, Geert Stappers wrote: > > Op 2013-12-14 om 21:34 schreef Ruben Kerkhof: > >> Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com> > >> --- > >> mbr/gptmbr.S | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> > > > > The
2009 Mar 30
3
[PATCH 0/3] v2: mbr: Ctrl-key press forces load from first hard disk
Version 2 of these patches includes optimisations suggested by H Peter Alvin to save bytes: * Use memory-mapped I/O register to read keyboard shift flags * Don't reload DX from memory; move immediate byte to register Tested using mbr.bin. TJ (3): mbr: Ctrl-key press forces load from first hard disk gptmbr: Ctrl-key press forces load from first hard disk isohdpfx: Ctrl-key press
2016 Aug 04
1
Install gptmbr with Windows
Oh somehow I never noticed that "bootsecfile" option. That's probably what I need to use. I was looking at the source to see how the --mbr flag works and thought that there should be a way to do the same thing with the other mbr files. On Thu, Aug 4, 2016 at 2:41 AM poma <pomidorabelisima at gmail.com> wrote: > On 04.08.2016 00:58, Erik Sandberg via Syslinux wrote: >
2008 Oct 29
2
Using syslinux on the PMBR of a GPT partition table
Hi, I've been working on making a USB key which is bootable via EFI and BIOS, and so far I've succeeded but only by using GRUB on the MBR. Syslinux installs correctly, but because the USB key can only have one partition and its type is EFI protective, it isn't set to bootable on the MBR partition table and so syslinux (mbr.bin) doesn't boot. I've also tried gptmbr.bin
2013 Nov 23
2
Booting with Syslinux 6.01 & 6.02 fails, causes restart.
>> Straight away the booting process looks different than with 4.06. >> The periods that were showing progress in loading the initramfs now >> does not increase as the initramfs is loaded. So, only three periods >> after each initramfs. > > That happened in version 5.00. Good to know that this is expected behavior. However, some sort of indication that the initramfs
2018 Nov 29
2
Discard .note.gnu.property section to fix build failure (patch)
> There's 0 need to build MBRs for > EFI At least gptmbr.bin might come to mind (after all, GPT is part of the UEFI specs). Isohybrid with UEFI options perhaps too? > and I'm looking at why utils/ depends on mbr/ isohybrid(.pl) and mkdiskimage come to mind here? I'm not saying for certain these are the reasons for such dependencies, but they might (and perhaps
2015 Nov 19
3
[PATCH] Refactor checksize.pl
- Remove padsize argument as it is never used. - Add an usage printed when $file is not set or --help, -h is the first argument. - Add basic tests for this script. --- mbr/checksize.pl | 27 ++++++++++++++++++--------- mbr/checksize_test.sh | 22 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 mbr/checksize_test.sh diff --git a/mbr/checksize.pl
2016 Nov 07
1
How do I create a syslinux bootable GPT UEFI Linux disk?
I need to create one bootable UEFI disk partition that contains all the space on the disk. The steps must work in a shell script. Ideally with syslinux/extlinux but if not possible then grub. How to do this? Surely it should be dead easy, a handful of lines? Nothing I do works. This is what I have so far: DISK_DEVICE_NAME_CURRENT_OS=hda echo remove all partitions sudo /usr/local/sbin/sgdisk -Z