mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 10:08:53 +00:00
2891653f8a
In addition, file-system tests will use the AHCI driver instead of the ATAPI driver. This change side-steps certain issues with Qemu's IDE emulation. Fixes #942.
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
set mkfs_cmd mkfs.vfat
|
|
set mkfs_opts "-F32"
|
|
set filesystem ffat
|
|
|
|
source ${genode_dir}/libports/run/libc_filesystem_test.inc
|