From 9a0c2664b0ca5634aa557b0761139cccfb0fe753 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 26 Mar 2024 18:36:09 +0100 Subject: Kernel: Add NewFS support: initial commit. Signed-off-by: Amlal El Mahrouss --- Private/Source/NewFS+IO.cxx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'Private/Source') 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 #include -/** --------------------------------------------------- +/************************************************************* + * + * 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__ -- cgit v1.2.3