testing ground for future implementation of EXT2 driver and bootloaders
Find a file
2024-08-07 09:11:33 +03:00
gen implement heuristic random filesystem filling. for boot its random modules + kernel, for root its recreation of FreeBSD's file structure, for stress testing purposes. The Makefile containts proper target doing all required steps to recreate disk image with 1 test partition and 2 real-life example EXT2 partitions. 2024-08-03 00:29:36 +03:00
src add target disk params 2024-08-07 09:11:33 +03:00
.gitignore implement heuristic random filesystem filling. for boot its random modules + kernel, for root its recreation of FreeBSD's file structure, for stress testing purposes. The Makefile containts proper target doing all required steps to recreate disk image with 1 test partition and 2 real-life example EXT2 partitions. 2024-08-03 00:29:36 +03:00
Makefile implement disk parameter reading, tho needs bug fixing 2024-08-07 07:07:54 +03:00
README.md add readme 2024-08-02 16:43:27 +03:00

mbr4ext2

Testing ground for future implementation of EXT2 driver and bootloaders.

This repository contains different programs and tools I made while researching EXT2 filesystem.