- Implemented SFS Driver (core/fs/sfs.nim): - Mount logic (Sector 0 Superblock check). - List logic (Sector 1 Directory table). - Implemented Userland Formatter (nipbox.nim): - 'mkfs' command to write SFS1 Superblock. - Fixed 'virtio_block' logic: - Corrected Descriptor flags (VRING_DESC_F_WRITE for Read Buffers). - Fixed Async/Sync Conflict in 'libc_shim': - Added 'nexus_yield()' to block syscalls to prevent stack corruption before kernel processing. - Integrated SFS into Kernel startup. |
||
|---|---|---|
| .. | ||
| include | ||
| clib.c | ||
| ion.zig | ||
| ion_client.nim | ||
| libc.nim | ||
| libc_shim.zig | ||
| net_glue.nim | ||
| socket.nim | ||
| sys_arch.c | ||