diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2016-04-18 23:09:22 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2016-04-18 23:09:22 +0000 |
| commit | 87ed2b7f5a213578bd523c9f2ec217934167319a (patch) | |
| tree | 09b85948491446b199b7aadf2471642aeaad77f6 /sys/boot/i386/loader | |
| parent | 30e2910007c6b7cc57f48b6df96d9452240a96b8 (diff) | |
Notes
Diffstat (limited to 'sys/boot/i386/loader')
| -rw-r--r-- | sys/boot/i386/loader/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index b3e7b41a160f..bc325932d47e 100644 --- a/sys/boot/i386/loader/main.c +++ b/sys/boot/i386/loader/main.c @@ -141,9 +141,9 @@ main(void) cons_probe(); /* - * Initialise the block cache + * Initialise the block cache. Set the upper limit. */ - bcache_init(32, 512); /* 16k cache XXX tune this */ + bcache_init(32768, 512); /* * Special handling for PXE and CD booting. |
