Linux1.0源代码

Linux1.0源代码"COMPILING the kernel: - make sure you have gcc-2.4.5 or newer available. It seems older gcc versions can have problems compiling newer versions of linux. If you upgrade your compiler, remember to get the new binutils package too (for as/ld/nm and company) - do a "make zImage" to create a compressed kernel image. If you want to make a bootdisk (without root filesystem or lilo), insert a floppy in your A: drive, and do a "make zdisk". It is also possible to do "make zlilo" if you have lilo installed to suit the kernel makefiles, but you may want to check your particular lilo setup first. - keep a backup kernel handy in case something goes wrong. - In order to boot your new kernel, you'll need to copy the kernel image (found in /usr/src/linux/zImage after compilation) to the place where your regular bootable kernel is found. For some, this on a floppy disk, in which case you can "cp /usr/src/linux/zImage /dev/fd0" to make a bootable floppy. If you boot Linux from "

相关链接:

相关图片: