]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
ext2: add ext2_mount_partition helper (Etapa 5)
authorTulio A M Mendes <[email protected]>
Tue, 26 May 2026 04:05:55 +0000 (01:05 -0300)
committerTulio A M Mendes <[email protected]>
Wed, 3 Jun 2026 04:02:35 +0000 (01:02 -0300)
commit674f823c045eeb46865bf5c16036d7bc6f8c6141
treeea1b3944c5ce392c86737e38a4052b2c060e0abe
parent75d9cd0f2b9d1c0ff890f9ceefbf5c34c0bdf10c
ext2: add ext2_mount_partition helper (Etapa 5)

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