Adding version 2.11.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
This commit is contained in:
Daniel Baumann
2008-06-26 12:45:36 +02:00
commit ba6774ae1d
37 changed files with 6630 additions and 0 deletions

13
dosfsck/boot.h Normal file
View File

@@ -0,0 +1,13 @@
/* boot.h - Read and analyze ia PC/MS-DOS boot sector */
/* Written 1993 by Werner Almesberger */
#ifndef _BOOT_H
#define _BOOT_H
void read_boot(DOS_FS *fs);
/* Reads the boot sector from the currently open device and initializes *FS */
#endif