diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 18:36:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-26 18:36:09 +0100 |
| commit | 9a0c2664b0ca5634aa557b0761139cccfb0fe753 (patch) | |
| tree | 004c49f89076c8b1f6f5ab9db031c4e010bfe95f /Private/Source | |
| parent | 66e4f909bd1a495d3f1c34d2e1b5cd71099ab1ae (diff) | |
Kernel: Add NewFS support: initial commit.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Source')
| -rw-r--r-- | Private/Source/NewFS+IO.cxx | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Private/Source/NewFS+IO.cxx b/Private/Source/NewFS+IO.cxx index a62970e7..1fd85dd8 100644 --- a/Private/Source/NewFS+IO.cxx +++ b/Private/Source/NewFS+IO.cxx @@ -7,11 +7,16 @@ #include <KernelKit/DriveManager.hxx> #include <KernelKit/FileManager.hpp> -/** --------------------------------------------------- +/************************************************************* + * + * File: NewFS+IO.cxx + * Purpose: Filesystem to mountpoint interface. + * Date: 3/26/24 + * + * Copyright Mahrouss Logic, all rights reserved. + * + *************************************************************/ - * THIS FILE CONTAINS CODE FOR THE HCFS I/O DEVICES. - -------------------------------------------------------- */ #ifdef __FSKIT_NEWFS__ |
