OKUJI Yoshinori:
> > I have added byteorder.h and io.h to netboot/ so that the
> > corresponding standard includes are no longer required.
>
> You haven't written the ChangeLog entries yet.
From Edmund GRIMLEY EVANS <[EMAIL PROTECTED]> adapting
the Dresden version of GRUB:
* netboot: New directory for BOOTP/TFTP support.
* Makefile.am: Added netboot to SUBDIRS.
* configure.in: Added --enable-tftp, --enable-nepci, etc.
* stage1/stage1.S: Set the number of sectors for Stage 2 to 130.
* stage1/stage1_lba.S: Set the number of sectors for Stage 2 to 130.
* stage2/Makefile.am: Added library ../netboot/libdrivers.a.
* stage2/asm.S (currticks): New function.
* stage2/char_io.c (grub_sprintf): New function.
* (grub_memcmp): New function.
* stage2/disk_io.c (fsys_table): Added "tftp".
* (sane_partition): Added network drive "nd" with number 0x20.
* (real_open_partition): Likewise.
* (set_device): Likewise.
* stage2/filesys.h: Added FSYS_TFTP.
* stage2/gunzip.c (gunzip_test_header): If filemax >=
16L*1024*1024 do not try to examine the last 8 bytes of the
file. This is required for compressed files by TFTP.
* stage2/shared.h: New functions from asm.S and char_io.c.
* stage2/size_test: Set the maximum size of Stage 2 to 66560.