Subject: Compile NetBSD 1.0 kernel on NetBSD 1.5 machine
To: None <netbsd-help@netbsd.org>
From: Haryadi Gunawi <haryadi@cs.wisc.edu>
List: netbsd-help
Date: 07/30/2003 11:23:18
Hi,
Currently I have NetBSD 1.5. I want to compile and run NetBSD 1.0 kernel.
It seems to be not straighforward.
Here is what I did:
1. Obtaion NetBSD 1.0 kernel source (src/sys-1.0) from CVS.
2. Under sys-1.0/arch/i386/conf/, why there is no GENERIC configuration?
There are only "ALL, GENERICAHA, GENERICBT, etc ...".
3. I tried to running 'config' on "ALL" so I did:
% config ALL
and I get error message: ../../../../conf/files:3: syntax error
4. I tried to use "GENERIC" from NetBSD 1.5, I also get the same error.
Question ---> Is there any guidelines on compiling and
running old NetBSD kernel (in my case: NetBSD 1.0)
on current (NetBSD 1.5) platform?
Thank you,
Haryadi