Skip to content

Instantly share code, notes, and snippets.

@lyo
Created October 9, 2010 10:09
Show Gist options
  • Save lyo/618080 to your computer and use it in GitHub Desktop.
Save lyo/618080 to your computer and use it in GitHub Desktop.
ZFS用にカーネルアドレス空間サイズを変更
--- GENERIC 2010-06-14 11:09:06.000000000 +0900
+++ i386_ZFS_KERNEL 2010-10-09 19:08:07.568827820 +0900
@@ -21,7 +21,7 @@
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
-ident GENERIC
+ident i386_ZFS_KERNEL
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
@@ -337,3 +337,4 @@
device fwip # IP over FireWire (RFC 2734,3146)
device dcons # Dumb console driver
device dcons_crom # Configuration ROM for dcons
+options KVA_PAGES=512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment