From 39c451331e326feb3d68a3a7ec2a02030c099404 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 30 Apr 2001 21:26:43 +0000 Subject: [PATCH] Allow the size of the SSC memory disk used with the SKI emulator to be overridden in the kernel config file via the SSC_NSECT option. --- sys/conf/options.ia64 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64 index 855a8fc4d112..3a34a07485a8 100644 --- a/sys/conf/options.ia64 +++ b/sys/conf/options.ia64 @@ -56,3 +56,4 @@ TIMER_FREQ opt_clock.h # SKI emulator options SKI_ROOT_FILESYSTEM opt_ski.h +SSC_NSECT opt_ski.h