cvs commit: src/sys/i386/i386 locore.s machdep.c

Peter Wemm peter at FreeBSD.org
Sat Oct 4 15:04:55 PDT 2003


peter       2003/10/04 15:04:54 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        locore.s machdep.c 
  Log:
  Fix the apm problem for real.  We leave the first 4K page for the bios to
  work in, but we had it mapped read-only.  While this has always been the
  case, the PG_PS enable hack hid it and the apm bios code ended up taking
  advantage of it.
  
  Revision  Changes    Path
  1.178     +0 -5      src/sys/i386/i386/locore.s
  1.574     +6 -0      src/sys/i386/i386/machdep.c


More information about the cvs-src mailing list