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.09k stars 477 forks source link

Implement tools to create, modify, use GPT partitions #173

Open klange opened 5 years ago

klange commented 5 years ago

With our use of EFI, GPT is probably the right way to go for partition table support moving forward.