klange / toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.13k stars 487 forks source link

Ext2 partition creation (mkfs.ext2) #175

Open klange opened 6 years ago

klange commented 6 years ago

In order to support installing to new media, we need a tool to initialize ext2 partitions.