diff options
| author | Bobby <[email protected]> | 2026-02-15 17:26:04 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-15 17:26:04 +0530 |
| commit | f99127ddf54f8371ba31a4e5337f871514d19348 (patch) | |
| tree | 337a4b4a4e3fec600ca710ce02435985e4baa630 /system/libraries/string/string.zig | |
| parent | 03f1105bd7052bffd4691c89510c8bcb286258b4 (diff) | |
| download | akiba-f99127ddf54f8371ba31a4e5337f871514d19348.tar.xz akiba-f99127ddf54f8371ba31a4e5337f871514d19348.zip | |
Refactor AFS and GPT Filesystem Implementation
- Removed the old GPT partition table parser and replaced it with a new implementation in `mirai/fs/gpt/gpt.zig` that adheres to the latest standards.
- Introduced a new AFS (Akiba File System) driver in `mirai/fs/afs/afs.zig`, including operations for reading, writing, and managing clusters and entries.
- Added utilities for handling AFS locations, clusters, and cache operations in `mirai/fs/afs/location.zig`, `mirai/fs/afs/cluster.zig`, and `mirai/fs/afs/cache.zig`.
- Implemented read and write operations for AFS in `mirai/fs/afs/read.zig` and `mirai/fs/afs/write.zig`, including functions for managing unit sizes and stack entries.
- Introduced type definitions for AFS structures in `mirai/fs/afs/types.zig` and updated the existing types in `mirai/fs/gpt/types.zig`.
- Added endian conversion utilities in `mirai/utils/bytes/endian.zig` to facilitate byte order handling.
- Enhanced utility functions for converting integer types in `mirai/utils/types/int.zig`.
Diffstat (limited to 'system/libraries/string/string.zig')
0 files changed, 0 insertions, 0 deletions
