Displaying 1 result from an estimated 1 matches for "image64".
Did you mean:
image4
2005 Dec 25
1
64/32 auto select
One idea - how about making ISOLINUX swichable between IA32 and AMD64 automatically?
A sample config is like this.
-----------------------------------------
Under ISOLINUX.CFG:
label default
arch=IA32:
kernel=vmlinuz.32 initrd=image32.gz
arch=AMD64:
kernel=vmlinuz.64 initrd=image64.gz
-----------------------------------------
What is the merit?:
You can use same CD for both IA32 PC and AMD64 PC.
--- Okajima, Jun. Tokyo, Japan.