Initial commit

This commit is contained in:
2022-01-02 16:49:01 +01:00
commit fdcb46d6f2
10 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
version: "3.5"
services:
make:
image: thomasloven/mittos-build
build:
context: .
dockerfile: Dockerfile.build
volumes:
- ..:/opt
command: make
emul:
image: thomasloven/mittos-run
build:
context: .
dockerfile: Dockerfile.run
volumes:
- ..:/opt
command: qemu-system-x86_64 -s -S -cdrom /opt/dist/mittos.iso -curses
dbg:
image: thomasloven/mittos-run
build:
context: .
dockerfile: Dockerfile.run
volumes:
- ..:/opt
command: gdb -q -x /opt/toolchain/gdbinit