summaryrefslogtreecommitdiff
path: root/usr.sbin/mkdosfs/bootcode.asm
Commit message (Collapse)AuthorAgeFilesLines
* Drop mkdosfs (replaced by newfs_msdos).Robert Nordier1998-07-191-101/+0
| | | | | | | Prompted by: joerg Notes: svn path=/head/; revision=37758
* Pah! I didn't stick to my own advise to adjust the padding...Joerg Wunsch1997-11-071-2/+2
| | | | Notes: svn path=/head/; revision=31003
* Typo fix that caused the value 0x1234 to be written to a random memoryJoerg Wunsch1997-11-071-4/+3
| | | | | | | | | | | | location. Also, instead of jumping ot the CPU's restart vector, just call int 0x19 to reboot. (Writing hte 0x1234 was a little useless otherwise.) PR: bin/4901 Submitted by: Jonathan Mini <mini@d198-232.uoregon.edu> Notes: svn path=/head/; revision=31002
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* mkdosfs -- a tool to create an MS-DOS file system on a device or file.Joerg Wunsch1995-11-051-0/+102
Since msdosfs is part of the base system, it's not wise to rely on something like mtools to provide this functionality. This utility is the agreed fix for PR # misc/804 fdformat did not ... Notes: svn path=/cvs2svn/branches/JOERG/; revision=12102