summaryrefslogtreecommitdiffhomepage
path: root/dev/hpfs/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-11 14:17:37 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-11 14:20:56 +0200
commit25fa708c31a5a189fac7ad98d61f5541f3f7fa84 (patch)
tree1992f78914270b037b432ebd0ea63dc4a19ac146 /dev/hpfs/src
parentd1ddc74c70cea4d73e82f5eef95eb7db19de8c7b (diff)
IMP: Add Readme for the ZKA Wireless Model.
IMP: Add XCode files for the mac devs. - Still need btb configuration. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/hpfs/src')
-rw-r--r--dev/hpfs/src/hpfs_main.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/hpfs/src/hpfs_main.cxx b/dev/hpfs/src/hpfs_main.cxx
index a72573cb..cca3bde6 100644
--- a/dev/hpfs/src/hpfs_main.cxx
+++ b/dev/hpfs/src/hpfs_main.cxx
@@ -2,7 +2,7 @@
Copyright ZKA Technologies.
- FILE: IFSMain.cxx
+ FILE: hpfs_main.cxx
PURPOSE: HPFS IFS entrypoint.
------------------------------------------- */
@@ -12,7 +12,7 @@
static DDK_OBJECT_MANIFEST* kIfsObject = nullptr;
-/** @brief HPFS IFS main. */
+/** @brief HPFS IFS main module function. */
int32_t ModuleMain(void)
{
auto ifs_handle = KernelGetObject(0, "IFS_OBJECT");