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:
parent
403fb1668f
commit
c9a9be8182
3 changed files with 645 additions and 7 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue