search for: ea17afd

Displaying 2 results from an estimated 2 matches for "ea17afd".

Did you mean: 7817afd
2009 Dec 09
2
[PATCH] memdisk: Fix "might be used uninitialized" warnings
...warnings The checksum_buf function was providing an incorrect checksum on at least one build. Signed-off-by: Shao Miller <shao.miller at yrdsb.edu.on.ca> --- memdisk/setup.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/memdisk/setup.c b/memdisk/setup.c index ea17afd..b8eadfb 100644 --- a/memdisk/setup.c +++ b/memdisk/setup.c @@ -592,7 +592,7 @@ static const struct geometry *get_disk_image_geometry(uint32_t where, while (!ok) { /* Assume it's a floppy drive, guess a geometry */ unsigned int type, track; - int c...
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
...e --- -DriveShiftLimit db 0ffh ; Installer will [soon] probe for +DriveShiftLimit db 0ffh ; Installer will probe for ; a range of contiguous drives. ; Any BIOS drives above this region ; shall not be impacted by our diff --git a/memdisk/setup.c b/memdisk/setup.c index db986fa..ea17afd 100644 --- a/memdisk/setup.c +++ b/memdisk/setup.c @@ -2,7 +2,7 @@ * * Copyright 2001-2009 H. Peter Anvin - All Rights Reserved * Copyright 2009 Intel Corporation; author: H. Peter Anvin - * Portions copyright 2009 Shao Miller [El Torito code] + * Portions copyright 2009 Shao Miller [...