Create a blank FAT32 image

This will be used for testing the FAT32 driver for the kernel and will be integrated into the OS as a mkfs.fat32 program.
Plus typos

Fixed dependencies


Removed `fat32_` in options

Plus fixed doc comment

Removed the DefaultOrValue

Also reordered some stuff

Removed the serial time for more parameters


Moved writer() and seekableStream() to variables


Refactored mkFAT32
This commit is contained in:
DrDeano 2020-09-27 20:53:11 +01:00
parent 403fb1668f
commit c9a9be8182
No known key found for this signature in database
GPG key ID: 96188600582B9ED7
3 changed files with 645 additions and 7 deletions

View file

@ -179,7 +179,7 @@ pub const RuntimeStep = struct {
}
///
/// The make function that is called by the builder. This will create the qemu process with the
/// The make function that is called by the builder. This will create a qemu process with the
/// stdout as a Pipe. Then create the read thread to read the logs from the qemu stdout. Then
/// will call the test function to test a specifics part of the OS defined by the test mode.
///