diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /usr.sbin/mkdosfs/bootcode.asm | |
parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) |
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 4f9cbe8a88a3f..50f6c97f7cd5a 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.) ;;; -;;; $Id: bootcode.asm,v 1.5 1997/11/07 00:18:24 joerg Exp $ +;;; $Id: bootcode.asm,v 1.1.1.1.2.1 1997/11/07 00:21:42 joerg Exp $ ;;; ;;; This code must be linked to address 0x7c00 in order to function ;;; correctly (the BIOS boot address). |