cvs commit: src/sys/boot/i386/libi386 Makefile gatea20.c libi386.h src/sys/boot/pc98/libpc98 Makefile gatea20.c

John Baldwin jhb at FreeBSD.org
Tue Apr 11 20:11:31 UTC 2006


jhb         2006-04-11 20:11:30 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/libi386 Makefile libi386.h 
    sys/boot/pc98/libpc98 Makefile 
  Removed files:
    sys/boot/i386/libi386 gatea20.c 
    sys/boot/pc98/libpc98 gatea20.c 
  Log:
  Drop the gateA20() function in the loader as it is unused.  All the other
  boot loaders that load the loader already handle A20.  In fact, they are
  required to do so in order to setup the environment that btxldr expects.
  
  Revision  Changes    Path
  1.42      +1 -1      src/sys/boot/i386/libi386/Makefile
  1.5       +0 -54     src/sys/boot/i386/libi386/gatea20.c (dead)
  1.25      +0 -2      src/sys/boot/i386/libi386/libi386.h
  1.24      +1 -1      src/sys/boot/pc98/libpc98/Makefile
  1.6       +0 -42     src/sys/boot/pc98/libpc98/gatea20.c (dead)


More information about the cvs-src mailing list