distrib.doc
来自「linux内核」· DOC 代码 · 共 31 行
DOC
31 行
For creators of Linux distributions:SYSLINUX is a notoriously hard program to debug, since it runs outsideof any operating system, and has a tendency to expose BIOS andhardware bugs on various systems. Therefore, I would appreciate ifyou would resist the temptation of recompiling the SYSLINUX bootloaderitself (ldlinux.asm) if at all possible. If you do that, I will haveto refer any bug reports I receive back to the respective distributor.However, I have no such concerns about recompiling the installerprograms, and in fact, with both libc 5 and libc 6 in common use inthe Linux world today I understand if you wish to relink theLinux-based installer against your system version of libc. Thereforea special makefile targets "make installer" has been included with theSYSLINUX distribution, starting with version 1.42.To rebuild the installer programs *only*, starting from a freshlyuntarred distribution copy of SYSLINUX, do: make clean make installerIf you want to remove all intermediate files, including the onesobtained from assembling ldlinux.asm and which are included in thedistribution, do "make spotless".I appreciate your assistance in this matter. H. Peter Anvin
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?