Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2002 12:31:10 -0700 (PDT)
From:      Mitsuru IWASAKI <iwasaki@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/loader main.c
Message-ID:  <200210011931.g91JVBLa064146@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iwasaki     2002/10/01 12:31:10 PDT

  Modified files:
    sys/boot/i386/boot2  boot2.c 
    sys/boot/i386/loader main.c 
  Log:
  Don't call INT 12H anymore in boot program.
  Many recent machine have a broken INT 12H (Get base memory size)
  implementation and boot program stops if INT 12H is called.
  
  This commit should solve the problem at very first step of FreeBSD
  installation occurred on newer some machines.
  
  Reviewed by:    bde, jhb
  MFC after:      1 week
  
  Revision  Changes    Path
  1.46      +1 -1      src/sys/boot/i386/boot2/boot2.c
  1.26      +4 -0      src/sys/boot/i386/loader/main.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210011931.g91JVBLa064146>