testing ground for future implementation of EXT2 driver and bootloaders
Find a file
2024-08-07 15:30: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
include implement CHS and LBA conversion functions. seem to be working right 2024-08-07 15:30:29 +03:00
src implement CHS and LBA conversion functions. seem to be working right 2024-08-07 15:30: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 move MBR and CHS to its own files, so I can link them with other prorgrams 2024-08-07 14:51:25 +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.