Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 1997 16:12:57 -0800 (PST)
From:      Joerg Wunsch <joerg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/mkdosfs bootcode.asm bootcode.h
Message-ID:  <199711070012.QAA02176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       1997/11/06 16:12:56 PST

  Modified files:
    usr.sbin/mkdosfs     bootcode.asm bootcode.h 
  Log:
  Typo fix that caused the value 0x1234 to be written to a random memory
  location.  Also, instead of jumping ot the CPU's restart vector, just
  call int 0x19 to reboot.  (Writing hte 0x1234 was a little useless
  otherwise.)
  
  PR:		bin/4901
  Submitted by:	Jonathan Mini <mini@d198-232.uoregon.edu>
  
  Revision  Changes    Path
  1.4       +3 -4      src/usr.sbin/mkdosfs/bootcode.asm
  1.2       +18 -18    src/usr.sbin/mkdosfs/bootcode.h



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