blob: 127c8cb03dba4a064d9b238085d76cf6a8583dd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-dk,v 1.1 2008/03/03 16:45:27 hannken Exp $
--- libfsimage/common/fsimage_grub.h.orig 2008-01-31 11:06:54.000000000 +0100
+++ libfsimage/common/fsimage_grub.h 2008-03-02 18:10:43.000000000 +0100
@@ -44,7 +44,7 @@ typedef struct fsig_plugin_ops {
} fsig_plugin_ops_t;
#define STAGE1_5
-#define FSYS_BUFLEN 0x8000
+#define FSYS_BUFLEN 0x40000
#define SECTOR_BITS 9
#define SECTOR_SIZE 0x200
|