Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mknbi-1.4.4-1 RPM for noarch

From SourceForge / e / et / etherboot / mknbi / 1.4.4

Name: mknbi Distribution: Unknown
Version: 1.4.4 Vendor: Etherboot project
Release: 1 Build date: Wed Aug 18 05:10:20 2004
Group: Networking Build host: ken.ken.com.au
Size: 241905 Source RPM: mknbi-1.4.4-1.src.rpm
Url: http://etherboot.sourceforge.net/
Summary: utility for creating network bootable images
Utility that accompanies Etherboot for making tagged images from ROM
images, Linux kernels, FreeDOS and DOS bootable floppy images.

Provides

Requires

License

GPL

Changelog

* Sun Aug 15 2004 Ken Yap <ken_yap@users.sourceforge.net>
  - Merge patches from Isac, and Michael Brown pertaining to padding
    of initrds and memdisk images.
    Merge patch to menu-simple.c from isac.
    Merge corrected algorithm for calculating used sectors from isac.
* Tue Aug 10 2004 Ken Yap <ken_yap@users.sourceforge.net>
  - Fix to provide memcmp as newer gcc's don't. Fixed up path of
    documentation directory.
* Thu Jun 03 2004 Oron Peled <oron@actcom.co.il>
  - Fixes to mknbi.spec:
    Add %defattr for non-root builds
    Clean install directory before make install.
    Use directory macros -- /usr/bin et al.
    Make mknbi a relocateable package -- add Prefix tag
* Wed Dec 03 2003 Ken Yap <ken_yap@users.sourceforge.net>
  - Release to fix serious error in first32.c.
* Fri Aug 08 2003 Ken Yap <ken_yap@users.sourceforge.net>
  - Menu program was broken, didn't do ANSI escapes.
* Thu Jul 17 2003 Ken Yap <ken_yap@users.sourceforge.net>
  - Bug fixes to 1.4.0. Support for larger disks in DOS.
* Tue Jan 14 2003 Ken Yap <ken_yap@users.sourceforge.net>
  - New series 1.4. Downloadable Lua interpreter.
* Fri Dec 27 2002 Ken Yap <ken_yap@users.sourceforge.net>
  - Merged in changes by Eric Biederman to compute and store a checksum
    in image. Ready for ELF parameter passing convention.
* Fri Nov 29 2002 Masaru Kawashima <masaruk@gol.com>
  - Modified mknbi.spec mainly to include /usr/lib/mknbi/menu and COPYING
* Sat Oct 19 2002 Ken Yap <ken_yap@users.sourceforge.net>
  - Fixed start32.S to not rely on where it's called from, essential
    for booting from Etherboot 5.1+. For this we have to switch GDT
    like startmenu.S does.
* Wed Aug 14 2002 Ken Yap <ken_yap@users.sourceforge.net>
  - Robb Main contributed an enhanced menu implementation, mknbi-nfl
* Thu Jul 04 2002 Ken Yap <ken_yap@users.sourceforge.net>
  - Add an EXTRAVERSION to Makefile, to be printed out by first32.c.
  - Modified call to int15h/e801 in start32.S to check for return values
    in CX, DX in case BIOS doesn't return them in AX, BX.
  - Ported internal menu program from Etherboot to be external menu
  program for mknbi-menu.
  - Updated URL for FreeDOS kernel sources.
* Tue Mar 19 2002 Ken Yap <ken_yap@users.sourceforge.net>
  - Add E820H memory sizing routines.
  - Don't put ramdisk higher than larger of 896MB and setup.S:ramdisk_max
* Mon Jan 14 2002 Ken Yap <ken_yap@users.sourceforge.net>
  - Provide Netboot boot block as altboot.bin
* Wed Nov 14 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Implement --rdbase for mknbi-fdos and mknbi-dos to specify starting
    address of ramdisk (floppy image).
  - Make first.*dos depend on Makefile so that the version signature gets
    updated when the version is updated.
  - Print some friendly advice if --ip is not specified and there is no
    ramdisk argument (i.e. probably needs NFSroot).
  - Shuffle segments to make more space for parameters and first32. This
    version and future versions may not work with Etherboot images that have
    been compiled with BOOTP_DATA_AT_0x93Cxx. (There is some reprieve due to
    first32.c not using all 6kB of the allocated room yet, but that space
    may be used some day.)
  - Implement interception and decoding of the mem= kernel parameter to
    use as top of memory for the purpose of relocating the ramdisk.
* Wed Sep 19 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Small fixes to allow make -j, print a warning if zImage is too large,
    and implement --disableharddisk option.
* Wed Aug 01 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Parameters passed to kernel are duplicated due to extra lines in mknbi.pl,
    remove one set of lines.
  - Use new (s)printf that has no buffer and thus no limit on stdout length per
    call.
* Fri Jul 27 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Implement --rdbase to control ramdisk load address.
  - Implement missing VENDOR_SELECTION feature per spec.
  - Merged in support for --rootmode=rw|ro.
  - Minor documentation updates
* Sat Jun 02 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Forgot to update consistency checking code in mknbi-*dos to take into
    account full version number.
  - Moving Etherboot to 0x94000 broke mknbi-fdos because setup segment was at
    0x97000. Move setup segment to 0x93000. Actually ($reloc + 0x300) * 16.
* Thu May 03 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Support setup.S version 0x0202, put version in vendortag
  - Derive version number of mknbi.pl and first32.c from VERSION in Makefile.
  - Replace 0x9000 by $relocseg, and add support for placement of Linux segments at 0x90000 and 0x80000 upwards.
  - Makefile now makes 2 more versions of first32{,pm,elf}.linux for placement at 0x92200 and 0x82200.
* Sat Apr 07 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Make this a production release.
* Sat Mar 10 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Development release. Unpack format fix in Perl code. Pass drive number
    to DOS. Update memory map comments in first32.c.
* Wed Feb 07 2001 Ken Yap <ken_yap@users.sourceforge.net>
  - Development release. New binary stubs in C, for protected mode, for ELF,
    for menu. Little fixes in Perl code.
* Tue Nov 28 2000 Ken Yap <ken_yap@users.sourceforge.net>
  - Fixed bug in first-linux.S, don't use ROM values for missing parameters
* Fri Nov 10 2000 Ken Yap <ken_yap@users.sourceforge.net>
  - Fixed bug in first-linux.S, don't use tftp root dir as fallback for rootpath
  - Added --nosquash option in case TruncFD doesn't work
* Sun Aug 06 2000 Ken Yap <ken_yap@users.sourceforge.net>
  - Added disdosbb. Fixed last cluster bug. --harddisk now works for DOS
* Sat Jul 29 2000 Ken Yap <ken_yap@users.sourceforge.net>
  - Fix in ramdisk moving in first-linux.S. --harddisk now works for FreeDOS
* Sat Jul 22 2000 Ken Yap <ken_yap@users.sourceforge.net>
  - Added rmrd.S to directory
* Sun May 07 2000 Ken Yap <ken_yap@users.sourceforge.net>
  - Fixed a few option bugs and improved man page explanation
* Tue Apr 25 2000 Ken Yap <ken_yap@users.sourceforge.net>
  - Production release
* Fri Apr 14 2000 Ken Yap <ken_yap@users.sourceforge.net>
  - Initial release

Files

/usr/bin/disdosbb
/usr/bin/dismbr
/usr/bin/disnbi
/usr/bin/mkelf-img
/usr/bin/mkelf-linux
/usr/bin/mkelf-lua
/usr/bin/mkelf-menu
/usr/bin/mkelf-nfl
/usr/bin/mknbi-dos
/usr/bin/mknbi-fdos
/usr/bin/mknbi-linux
/usr/bin/mknbi-menu
/usr/bin/mknbi-nfl
/usr/bin/mknbi-rom
/usr/bin/nbitoelf
/usr/lib/mknbi/Elf.pm
/usr/lib/mknbi/Nbi.pm
/usr/lib/mknbi/TruncFD.pm
/usr/lib/mknbi/altboot.bin
/usr/lib/mknbi/disdosbb
/usr/lib/mknbi/dismbr
/usr/lib/mknbi/disnbi
/usr/lib/mknbi/first.dos
/usr/lib/mknbi/first.fdos
/usr/lib/mknbi/first32@0x82800.linux
/usr/lib/mknbi/first32@0x92800.linux
/usr/lib/mknbi/first32elf@0x82800.linux
/usr/lib/mknbi/first32elf@0x92800.linux
/usr/lib/mknbi/lua
/usr/lib/mknbi/menu
/usr/lib/mknbi/mknbi
/usr/lib/mknbi/nbitoelf
/usr/lib/mknbi/nfl
/usr/lib/mknbi/rmrd.com
/usr/share/doc/packages/mknbi-1.4.4/COPYING
/usr/share/doc/packages/mknbi-1.4.4/LOG
/usr/share/doc/packages/mknbi-1.4.4/README
/usr/share/doc/packages/mknbi-1.4.4/spec.txt
/usr/share/man/man1/disnbi.1.gz
/usr/share/man/man1/mkelf-img.1.gz
/usr/share/man/man1/mkelf-linux.1.gz
/usr/share/man/man1/mkelf-lua.1.gz
/usr/share/man/man1/mkelf-menu.1.gz
/usr/share/man/man1/mkelf-nfl.1.gz
/usr/share/man/man1/mkelf.1.gz
/usr/share/man/man1/mknbi-dos.1.gz
/usr/share/man/man1/mknbi-fdos.1.gz
/usr/share/man/man1/mknbi-linux.1.gz
/usr/share/man/man1/mknbi-menu.1.gz
/usr/share/man/man1/mknbi-nfl.1.gz
/usr/share/man/man1/mknbi-rom.1.gz
/usr/share/man/man1/mknbi.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue May 21 23:05:17 2013