2013-09-26 17:14:40 +02:00

19 lines
681 B
Plaintext

$NetBSD: patch-aa,v 1.3 2006/10/17 21:55:33 bad Exp $
--- stage2/pc_slice.h.orig 2003-07-09 13:45:53.000000000 +0200
+++ stage2/pc_slice.h 2006-09-18 00:36:35.000000000 +0200
@@ -246,6 +246,13 @@
#define FS_HFS 15 /* Macintosh HFS */
#define FS_FILECORE 16 /* Acorn Filecore Filing System */
#define FS_EXT2FS 17 /* Linux Extended 2 file system */
+#define FS_NTFS 18 /* Windows/NT file system */
+#define FS_RAID 19 /* RAIDframe component */
+#define FS_CCD 20 /* concatenated disk component */
+#define FS_JFS2 21 /* IBM JFS2 */
+#define FS_APPLEUFS 22 /* Apple UFS */
+
+#define RF_PROTECTED_SECTORS 64 /* sectors reserved by RAIDframe */
#endif /* _PC_SLICE_H */