]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
fat: add fat_mount_partition helper (Etapa 4)
authorTulio A M Mendes <[email protected]>
Tue, 26 May 2026 04:02:13 +0000 (01:02 -0300)
committerTulio A M Mendes <[email protected]>
Wed, 3 Jun 2026 04:02:35 +0000 (01:02 -0300)
commit75d9cd0f2b9d1c0ff890f9ceefbf5c34c0bdf10c
tree4e351cf88f138c8e4a973bc9de9124dc00c262eb
parent8674fd050602d8d2edbd472a27c4f5a5056b17eb
fat: add fat_mount_partition helper (Etapa 4)

- Added fat_mount_partition(partition_t*) helper function
- Extracts parent block device and start_lba from partition
- Calls fat_mount with extracted parameters
- Maintains compatibility with existing fat_mount signature
- Tests: 124/124 PASS
include/fat.h
src/kernel/fat.c