Files
rosetta/arch/x86_64/command/run-kernel.command
T

13 lines
220 B
Bash
Raw Normal View History

[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