Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2008 21:38:43 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/boot0 boot0.S
Message-ID:  <200811262139.mAQLd1ec098482@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2008-11-26 21:38:43 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/boot0  boot0.S 
  Log:
  SVN rev 185346 on 2008-11-26 21:38:43Z by luigi
  
  Fix a typo in previous commit: must call "putn" to print a crlf,
  instead of "puts" which prints whatever is at %si, followed by a CRLF.
  
  It was not noticed during tests because at that point %si points
  to a partition entry whose first byte is 0x80, which is both a
  terminator for the string and a non printable character.
  
  Submitted by:   Christoph Mallon
  
  Revision  Changes    Path
  1.18      +1 -1      src/sys/boot/i386/boot0/boot0.S



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