readme
来自「linux下从网卡远程启动」· 代码 · 共 27 行
TXT
27 行
mknbi.pl 1.4.3mknbi is a utility for building a tagged image for a kernel for variousoperating systems. It can also build a tagged images for an Etherboot ROMimage and an external menu program, which aren't really operating systems.mknbi has several advantages over the mknbi tools in netboot-0.8.1and contrib:It is more portable, as it is written in Perl. It should be possible toexecute the Perl script unchanged on various platforms to which Perl5has been ported. January 2001: I have since received word of one personuring mknbi on an WinNT system with only a couple of changes.It will be able to cope with any additional load formats that Etherbootmight support in future, because the image format specific handling hasbeen abstracted into a class, Nbi.pm. As of January 2001, there is a newclass for handling ELF format, Elf.pm.It is more readable. While this is a matter of opinion, my personalperspective is that Perl is more concise than C, and this aidscomprehension because one can keep more context with the limited numberof lines on the screen. Perl's powerful builtin functions and usefuldata types handle situations such as structure extraction and packing,and byte ordering simply. It is relatively easy to add support for newfeatures. The drawback is that the programmer must be fluent in Perl.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?