diff options
Diffstat (limited to 'stand/i386/mbr/mbr.S')
-rw-r--r-- | stand/i386/mbr/mbr.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/i386/mbr/mbr.S b/stand/i386/mbr/mbr.S index 3cfc20dd58e1..02843d84e6c2 100644 --- a/stand/i386/mbr/mbr.S +++ b/stand/i386/mbr/mbr.S @@ -13,8 +13,6 @@ # purpose. # -# $FreeBSD$ - # A 512 byte MBR boot manager that simply boots the active partition. .set LOAD,0x7c00 # Load address |