mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 13:02:56 +01:00
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
|