1
0

github.com/jollheef/go-qemu-kernel -> github.com/jollheef/out-of-tree/qemu

Этот коммит содержится в:
2018-10-05 07:34:10 +00:00
родитель f386b5d805
Коммит bedc20d6c3
5 изменённых файлов: 16 добавлений и 16 удалений

10
qemu/test.config.go Обычный файл
Просмотреть файл

@@ -0,0 +1,10 @@
// Copyright 2018 Mikhail Klementev. All rights reserved.
// Use of this source code is governed by a GPLv3 license
// (or later) that can be found in the LICENSE file.
package qemukernel
const testConfigVmlinuz = "../tools/qemu-debian-img/vmlinuz-bionic"
const testConfigInitrd = "../tools/qemu-debian-img/initrd-bionic"
const testConfigRootfs = "../tools/qemu-debian-img/bionic.img"
const testConfigSampleKo = "../tools/qemu-debian-img/sample.ko"