-
I want to make an installer for my OS, but I don't understand how you can format a disk directly from the installer |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
read the friendly manual |
Beta Was this translation helpful? Give feedback.
-
read the docs |
Beta Was this translation helpful? Give feedback.
-
What kind of installer? to boot your OS directly from the harddisk or just to store some settings? |
Beta Was this translation helpful? Give feedback.
-
@Gabolate an installer that formats the disk and allows you to save configs and just files because I want to run the OS on real hardware |
Beta Was this translation helpful? Give feedback.
-
@MSTendo64 Just use VFS, |
Beta Was this translation helpful? Give feedback.
@MSTendo64 Just use VFS,
fs.Disks[diskIndex].FormatPartition(partitionIndex, "FAT32");
And pls, remember to read the docs and make tests before making a github issue