]> 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)
commita7633e5b663153b608c3ca1ae5e4413c52cbb5a2
tree11801e5cf12da44865417b38a3223547159c9f90
parent412289eaec56c86651fec083d46773e461da90d8
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