*** 01/07/19 *** stepan@suse.de ***********************************************

  * Added support for putting MILO into the DEC UDB flash rom. 
  * Created new utility (makeflash) that will write a UDB compatible flash
    image suitable for burning into flash using the SRM "update" command.
  * Added configuration options to remove support for some filesystems to make
    milo smaller so that it can fit into the "arc" flash position (256k).
    (you need at least one filesystem to boot your kernel from)
  * Init video and keyboard only if MINI_SERIAL_IO is not defined.
  * Fixed fmu for AlphaPC LX164
  * Fixed bogomips calculation to use loops_per_jiffy instead loops_per_sec
  * Added reiserfs (3.6.x) support.
  * ...

    Thanks to Bill Carr, Will Woods, Frederic. R. Roussel, Kazushige Goto,  
    Vladimir Saveljev, and others for their patches. 

*** 00/06/28 *** stepan@suse.de ***********************************************

  * Allocate L1 pages properly to allow recent 2.4 kernels to use low
    memory safely. Otherwise kernel could accidentally destroy it before 
    build its own pagetables
  * Added 5 MB to MILO_MIN_MEMORY_SIZE and MAX_KERNEL_SIZE to be on the safe
    side with 2.4 kernels.

    Thanks to Ivan Kokshaysky for his patches.

*** 00/06/27 *** stepan@suse.de ***********************************************

  * fixed initial ramdisk parameter handling
  * Don't mark kernel pages allocated. Kernels since 2.2 do this themselves.

*** 00/06/26 *** stepan@suse.de ***********************************************

  * Add support for latest 2.4 kernels where the kernel start
    address was moved from 0x310000 to 0x810000. Important
    locations like command line address are now offsets to
    the kernel start address taken from elf headers.
  * Add support for multiple program headers (as in aboot-0.7). 
    Such kernels are sometimes produced with various config/gcc/binutils 
    combinations.

    Thanks to Ivan Kokshaysky for his patches.

*** 00/06/19 *** stepan@suse.de ***********************************************

  * Stub and relocate are now built without debugging output by default.
    This safes us 2 complete machine vector structs and makes milo much
    smaller.

*** 00/06/14 *** stepan@suse.de ***********************************************

  * Added linker scripts to build with recent binutils.

*** 00/05/18 *** stepan@suse.de ***********************************************

  * initrd works now. changes to make it runtime configurable,
    but this will not work correctly yet.
  * backed out a patch from 2.2-14 that made milo crash almost all the time.

*** 00/03/13 *** stepan@suse.de ***********************************************

  * After a reboot the vga adapters are not initialized again, when using the dec
    bios vga emulation.

*** 00/03/12 *** stepan@suse.de ***********************************************

  * threw out new x86emu stuff temporarily and put in old but fixed x86
    emulation.

*** 00/03/07 *** stepan@suse.de ***********************************************

  * initrd changes
  * fmu builds again
  * worked on v86bios vga emulation
  * code cleanup

*** 00/03/03 *** stepan@suse.de ***********************************************

  * got rid of $(KSRC)/fs/* dependencies (reduced size)
  * got rid of console.c

*** 00/03/02 *** stepan@suse.de ***********************************************

  * Rearranged Makefile to make it readable again.
  * included Nikitas c7b patches, compiles with new binutils now.
    (PALcode is built as ELF now)
  * Compile with -mev5 to make milo-2.2 work on pre-ev56 alphas.
  * Added dummy-directory kernel/ which should contain small machine
    vector dummies to build smaller specific milos against generic
    kernels. (Should be put ifdef CONFIG_ALPHA_GENERIC)
  * got rid of some kernel dependencies.
  * Builds cleanly against 2.2.14 and 2.2.15pre kernels.
  * only have alpha_use_srm stuff, when compiling against ag generic
    kernel.

*** 99/12/02 *** stepan@suse.de ***********************************************

  * Fixed kernel.c to compile with IDE drivers again :o)
  * told milo.c about optimization of Intel 82371SB ISA bridge
  * compile fixes to add support for the following platforms:
    * LX164
    * PC164
    * EB64+
    * EB66
    * EB66+
    * Avanti
    * Plattform2000
    * Noname
    * XL
    * AlphaBOOK 1

*** 99/11/29 *** stepan@suse.de ***********************************************

  * Minor compile fixes. The following targets are at least compiling cleanly:
    * Alcor/XLT
    * Cabriolet
    * EB164
    * Miata
    * Mikasa
    * Ruffian (tested/working)
    * SX164
    * Takara

*** 99/11/29 *** stepan@suse.de ***********************************************

  * Updated Configure Script (from linux-2.2.13)
  * Added machine choice to config.
  * moved text stuff to Documentation/ directory.
  * got rid of some kernel object files

*** 99/11/28 *** stepan@suse.de ***********************************************

  * reordered and rewrote most of the Makefiles
  * added dumbirq.c to add missing dummy symbols for relocate and stub
    stage. This allows compiling against a generic kernel.

*** 99/11/25 *** stepan@suse.de ***********************************************

  * fixed dma_request()
  * dropped a.out/osf-ecoff stuff from boot.c (kernel is always ELF)
  * seperated and disabled alpha_machine_vector handling in machvecs.c

*** 99/11/23 *** stepan@suse.de ***********************************************

  * included patches from Nikitas version c5.3 to c7
  * merged smc93x.c into smc.c again.
  * milo compiles against linux-2.2.13-SuSE now.
  * seperated ___delay() in head.S
  * this distribution includes standard .config files for Linux and MILO.
  * renamed boot_main.c to boot.c and stub_main.c to stub.c
  * code cleanup in devices.c, milo.c

*******************************************************************************

