2018-10-05 07:34:10 +00:00
|
|
|
// Copyright 2018 Mikhail Klementev. All rights reserved.
|
2018-10-08 20:51:32 +00:00
|
|
|
// Use of this source code is governed by a AGPLv3 license
|
2018-10-05 07:34:10 +00:00
|
|
|
// (or later) that can be found in the LICENSE file.
|
|
|
|
|
2019-02-02 21:33:27 +00:00
|
|
|
package qemu
|
2018-10-05 07:34:10 +00:00
|
|
|
|
2023-04-09 14:16:29 +00:00
|
|
|
const testConfigVmlinuz = "../tools/qemu-ubuntu-img/ubuntu2204.vmlinuz"
|
|
|
|
const testConfigInitrd = "../tools/qemu-ubuntu-img/ubuntu2204.initrd"
|
|
|
|
const testConfigRootfs = "../tools/qemu-ubuntu-img/ubuntu2204.img"
|
|
|
|
const testConfigSampleKo = "../tools/qemu-ubuntu-img/ubuntu2204.ko"
|