diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-12 03:16:15 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-12 03:20:24 +0200 |
| commit | b323d403149db3d720a63af1087d44718821bd67 (patch) | |
| tree | c15fdaf7053f40d8d6b89bc554e85998162391c7 /dev/HPFS/ReadMe.md | |
| parent | 6d31d6e0959f224630317d247f489d18e65aa5bc (diff) | |
Kernel improvements, and Paging API changes.
ZKA:
- Updated and fixed 4KB pages on ARM64.
- Fixed 4KB pages on AMD64.
- Refactor BMP allocator.
ZBA:
- Refactor Handover protocol.
DDK:
- Refactor and breaking API changes.
HPFS:
- Update code according to DDK.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/HPFS/ReadMe.md')
| -rw-r--r-- | dev/HPFS/ReadMe.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/HPFS/ReadMe.md b/dev/HPFS/ReadMe.md new file mode 100644 index 00000000..999b0d30 --- /dev/null +++ b/dev/HPFS/ReadMe.md @@ -0,0 +1,9 @@ +# High Performance File System + +Filesystem driver for the HPFS specification. + +## Installation + +- Use BTB to build filesystem and partition blobs. + +###### Copyright ZKA Technologies. All rights reserved. |
