testing ground for future implementation of EXT2 driver and bootloaders
Find a file
2024-10-24 14:59:55 +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 add reference links 2024-08-07 15:32:52 +03:00
src implement BIOS CHS encoding, but somewhere stack is being fucked up 2024-08-07 18:40:51 +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
LICENSE add license 2024-10-24 14:59:55 +03:00
Makefile begin working on LBA to CHS conversion in assembly 2024-08-07 16:39:35 +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.