]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
Feat: Add VFS, InitRD Driver and mkinitrd tool
authortadryanom_bot <[email protected]>
Tue, 3 Feb 2026 15:29:55 +0000 (15:29 +0000)
committertadryanom_bot <[email protected]>
Tue, 3 Feb 2026 15:29:55 +0000 (15:29 +0000)
commit22f86a337996ea039a962aff0bd88fe47a6503ad
tree63fbecef01f2f92794ff659f3afc87918c18bb89
parentb0c9f78485916f5683dcf9ed4f6a2d0fc6cbfe2a
Feat: Add VFS, InitRD Driver and mkinitrd tool
BUILD_GUIDE.md
include/fs.h [new file with mode: 0644]
include/initrd.h [new file with mode: 0644]
include/multiboot2.h
include/utils.h
src/drivers/initrd.c [new file with mode: 0644]
src/kernel/fs.c [new file with mode: 0644]
src/kernel/main.c
src/kernel/shell.c
src/kernel/utils.c
tools/mkinitrd.c [new file with mode: 0644]