13 lines
220 B
Bash
13 lines
220 B
Bash
|
|
[command]
|
||
|
|
name = 'run-kernel'
|
||
|
|
description = 'Run the kernel image directly under QEMU'
|
||
|
|
|
||
|
|
[dependency]
|
||
|
|
commands = [ 'qemu-system-x86_64' ]
|
||
|
|
seeds = [ 'magenta', 'bsp' ]
|
||
|
|
|
||
|
|
[exec]
|
||
|
|
args = [ 'src:run-kernel.py']
|
||
|
|
|
||
|
|
# vim: ft=toml
|