diff options
Diffstat (limited to 'sys/i386/boot/dosboot/dosboot.h')
-rw-r--r-- | sys/i386/boot/dosboot/dosboot.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/i386/boot/dosboot/dosboot.h b/sys/i386/boot/dosboot/dosboot.h new file mode 100644 index 0000000..5a98501 --- /dev/null +++ b/sys/i386/boot/dosboot/dosboot.h @@ -0,0 +1,18 @@ +/*
+ * dosboot.h Boot FreeBSD from DOS partition
+ *
+ * (C) 1994 by Christian Gusenbauer (cg@fimp01.fim.uni-linz.ac.at)
+ * All Rights Reserved.
+ *
+ * Permission to use, copy, modify and distribute this software and its
+ * documentation is hereby granted, provided that both the copyright
+ * notice and this permission notice appear in all copies of the
+ * software, derivative works or modified versions, and any portions
+ * thereof, and that both notices appear in supporting documentation.
+ *
+ * I ALLOW YOU USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION. I DISCLAIM
+ * ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
+ * USE OF THIS SOFTWARE.
+ *
+ */
+void dosboot(int howto, char *kernel);
|