]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
storage: add ATA PIO + persistfs mounted at /persist
authorTulio A M Mendes <[email protected]>
Sun, 8 Feb 2026 10:51:54 +0000 (07:51 -0300)
committerTulio A M Mendes <[email protected]>
Sun, 8 Feb 2026 10:51:54 +0000 (07:51 -0300)
commit25b48cc70797a6b1a6ede6831aaf3a072cf1a6eb
tree35dd8105766527dcf7f0904e4f5b9b9b8378a4dd
parent254743ea07b5642846b0a45068207b243fc95080
storage: add ATA PIO + persistfs mounted at /persist
Makefile
include/ata_pio.h [new file with mode: 0644]
include/errno.h
include/persistfs.h [new file with mode: 0644]
src/drivers/ata_pio.c [new file with mode: 0644]
src/kernel/init.c
src/kernel/persistfs.c [new file with mode: 0644]
user/init.c