]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: mount FAT and ext2 filesystems from init.c
authorTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 05:07:22 +0000 (02:07 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 05:07:22 +0000 (02:07 -0300)
commit78fde1fed257e78ff8fe33d6a8ed42427366a4ed
tree9a225b5a8ab12d72a20962f559d06e8cd2217948
parent0dc147fc3b7f5def060f978df4cbc376a3cbc440
feat: mount FAT and ext2 filesystems from init.c

- Probe IDE disk at LBA 0 for FAT and ext2 signatures during boot
- FAT mounts at /fat, ext2 mounts at /ext2
- Both fail gracefully on unformatted/zeroed disks (no panic)
- diskfs remains at /disk as primary RW filesystem

Build: clean, cppcheck: clean, smoke: 19/19 pass
src/kernel/init.c