From 298854f02963bd8e43dfeb7224d88cfeb0c932cb Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 23 Mar 2000 01:09:18 +0000 Subject: My latest ramblings. -Erik --- init/init.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init') diff --git a/init/init.c b/init/init.c index de5e2c05f..907916537 100644 --- a/init/init.c +++ b/init/init.c @@ -825,6 +825,9 @@ extern int init_main(int argc, char **argv) reboot(RB_DISABLE_CAD); #endif + /* Figure out what kernel this is running */ + kernelVersion = get_kernel_revision(); + /* Figure out where the default console should be */ console_init(); -- cgit v1.2.3