fix: 🐛 Fix zellij layout path argument
This commit is contained in:
parent
e95b01104a
commit
a4fea833bb
4
Justfile
4
Justfile
|
@ -12,14 +12,14 @@ boot: chainofcommand
|
||||||
# Build and run kernel in QEMU with serial port emulation
|
# Build and run kernel in QEMU with serial port emulation
|
||||||
zellij:
|
zellij:
|
||||||
cargo make zellij-nucleus
|
cargo make zellij-nucleus
|
||||||
zellij --layout-path emulation/layout.zellij
|
zellij --layout emulation/layout.zellij
|
||||||
|
|
||||||
# Build and run chainboot in QEMU with serial port emulation
|
# Build and run chainboot in QEMU with serial port emulation
|
||||||
zellij-cb:
|
zellij-cb:
|
||||||
# Connect to it via chainofcommand to load an actual kernel
|
# Connect to it via chainofcommand to load an actual kernel
|
||||||
# TODO: actually run chainofcommand in a zellij session too
|
# TODO: actually run chainofcommand in a zellij session too
|
||||||
cargo make zellij-cb
|
cargo make zellij-cb
|
||||||
zellij --layout-path emulation/layout.zellij
|
zellij --layout emulation/layout.zellij
|
||||||
|
|
||||||
# Build chainofcommand serial loader
|
# Build chainofcommand serial loader
|
||||||
chainofcommand:
|
chainofcommand:
|
||||||
|
|
Loading…
Reference in New Issue