diff options
Diffstat (limited to 'usr.sbin/mkdosfs/bootcode.asm')
-rw-r--r-- | usr.sbin/mkdosfs/bootcode.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mkdosfs/bootcode.asm b/usr.sbin/mkdosfs/bootcode.asm index b8068739ccf2..9213cbaad077 100644 --- a/usr.sbin/mkdosfs/bootcode.asm +++ b/usr.sbin/mkdosfs/bootcode.asm @@ -11,7 +11,7 @@ ;;; (This is written in as86 syntax. as86 is part of Bruce Evans' ;;; bcc package.) ;;; -;;; $FreeBSD$ +;;; $Id$ ;;; ;;; This code must be linked to address 0x7c00 in order to function ;;; correctly (the BIOS boot address). |