diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-24 03:35:06 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-24 03:35:06 +0000 |
commit | 3dd058744292725ea73c1c76b15e1bd7f2e9fd6b (patch) | |
tree | 3e7b8d92fb269421a7073e97583d1422fec7dff1 /sys/gnu/ext2fs/README | |
parent | 4fd419c58bfe70b818aa4e53892254bc7f46212e (diff) |
ufs changes: add the notion of directory operators.
gnu/ext2fs: add the second extended filesystem.
Note that I'm commiting this now for the sake of the ufs changes; ext2fs
is not yet fully integrated into the system.
Diffstat (limited to 'sys/gnu/ext2fs/README')
-rw-r--r-- | sys/gnu/ext2fs/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/README b/sys/gnu/ext2fs/README new file mode 100644 index 00000000000..34b3b325292 --- /dev/null +++ b/sys/gnu/ext2fs/README @@ -0,0 +1,9 @@ +The file `README.ext2fs' is from the Lites; `COPYRIGHT.INFO' is from +FreeBSD. + +OpenBSD's version of the ext2fs is based on Lites and FreeBSD, but doesn't +preserve support for those operating systems; doing so would've imposed +far too much of an #ifdef farm upon the code. + +Right now, I wouldn't try using this. It's still being worked on, and +several things are potentially very broken. |