testing ground for future implementation of EXT2 driver and bootloaders
Find a file
2024-08-07 05:47:29 +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 declare an entry symbol, that always would be on beginning of bootsector 2024-08-07 05:47:29 +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 begin working on itoa 2024-08-04 18:22:24 +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.