Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2004 09:40:12 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_pc98.c
Message-ID:  <200411300940.iAU9eCLa079951@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2004-11-30 09:40:11 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_pc98.c 
  Log:
  Add observations of the Linux98 and Grub/98 boot loaders.  These
  observations lead me to believe that the convetion for pc98 boot
  loaders is to have a jump unstruction, followed by a string, followed
  by code.  The jump usually doesn't have a nop after it and usually the
  string is NUL terminated, but Grub/98 breaks both of these rules.
  
  # I looked for, but failed to find the Minux boot blocks for PC-9801 port.
  
  Revision  Changes    Path
  1.51      +15 -5     src/sys/geom/geom_pc98.c



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