<25 Dec 1996>
  - added menu support
  - moved IP address resolving (via ARP) from udp_write() to udp_open()
  - changed TFTP code to allow interrupting TFTP transfers with escape key
  - changed the pass2 utility to include a unique serial number into each
    rom image file
  - added support for loading a bootblock from a disk device
  - the bootrom startup code now sets the BIOS boot flag to indicate warm
    boot on Ctrl-Alt-Del key press
  - removed prnchar routine and replaced it with direct calls to int 29h, hand-
    ling of TAB's has been dismissed (is now done by an optionally loadable
    display driver)
  - changed printf() to not expand LF to CR/LF with %s and %c option. this
    allows sending full ANSI control characters to the int29 handler
  - added ansidrv, a simple ANSI display driver, and updated makeall.bat
  - updated documentation

<15 Dec 1996>
  - fixed a bug in the packet driver code which pushed a wrong value onto
    the stack when calling a higher level protocol routine
  - concatenated the IP and UDP handling routines into one source file,
    saving about 200 bytes in the final binary

<08 Dec 1996>
  - fixed a bug in function 09 handling of the DOS simulator which caused
    the DS register to be set incorrectly and destroying data in the packet
    driver binary, causing sporadic system crashes.
  - removed function 4B from the DOS simulator
  - moved DOS program loading into the Mini-DOS startup code
  - concatenated all remaining packet driver code into one source file and
    moved it into the network directory, thus removing the packet subdir.
  - moved all network related code (tftp and bootp source) from the boot
    directory into a new arpa directory, and added a new makefile there
  - added name server support
  - added version include files and version information into the startup
    code of the binaries (rom.bin and kernel.bin).
  - removed get_hw_addr and get_mtu from the packet driver code and changed
    the higher protocols to always use the maximum buffer size.

<18 Nov 1996>
  - added FlashCard directory

<09 Nov 1996>
  - fixed a whole couple of bugs in mknbi-dos (see ChangeLog there)
  - release of a bug-fix version 0.3.1

<13 Oct 1996>
  - changed everything to get configured by GNU's autoconf
  - changed all mknbi's to get compiled on UNIX systems with different
    byte order
  - created one main Makefile for making everything on a UNIX system
  - release of netboot version 0.3

<23 Sep 1996>
  - added makeall.bat script
  - fixed tab handling in DOS-simulator output routine
  - fixed high loading bug
  - changed boot loader to use INT18 (ROM BASIC) instead of INT19
    (Bootstrap), and removed the floppy checking code in the rom
    setup module (no longer necessary)
  - included new mknbi for booting DOS
  - included new version 1.4 of mknbi for Linux (see ChangeLog there)

<07 Jul 1996>
  - added VERBOSE, P86 and MINIMAL flags to makefiles
  - changed makefiles to support Borland C++ V2.0
  - fixed scrolling
  - fixed escape key handling while sending bootp request
  - added floppy and rom loaders for 86/186 processors and added support
    for them to the bootrom configuration program
  - added capability to use more than one DOS program
  - added packet driver debugging module (PKTWATCH)
  - fixed byte ordering problem with bootrom configuration program on
    non-Intel-platforms

<16 May 1996>
  - initial public release of netboot version 0.2

