mirror of
https://github.com/LIV2/container-amiga-gcc.git
synced 2025-12-06 06:32:50 +00:00
Update README
This commit is contained in:
parent
6e18506ed9
commit
afb129bcec
@ -4,7 +4,7 @@
|
||||
|
||||
This container is based on work by Sebastian Bergmann: [Docker Hub](https://hub.docker.com/r/sebastianbergmann/amiga-gcc/).
|
||||
|
||||
A ready-to-use image built from this Containerfile is available on [Docker Hub](https://hub.docker.com/r/stefanreinauer/amiga-gcc/).
|
||||
A ready-to-use image built from this Containerfile is available on [Docker Hub](https://hub.docker.com/r/liv2/amiga-gcc/).
|
||||
|
||||
More information can be found [here](https://amiga.sebastian-bergmann.de/presentations/2017/evoke/amiga-software-development-in-2017).
|
||||
|
||||
@ -55,7 +55,7 @@ int main()
|
||||
### Compilation
|
||||
|
||||
```
|
||||
$ podman run -v $HOME:/host -it stefanreinauer/amiga-gcc \
|
||||
$ podman run -v $HOME:/host -it liv2/amiga-gcc \
|
||||
m68k-amigaos-gcc /host/hello.c -o /host/hello -noixemul
|
||||
```
|
||||
|
||||
@ -76,7 +76,7 @@ $ docker-execute-amiga helloworld
|
||||
#### Container-ized Emulation using Virtual AmigaOS (vamos)
|
||||
|
||||
```
|
||||
$ podman run -v $HOME:/host stefanreinauer/amiga-gcc \
|
||||
$ podman run -v $HOME:/host liv2/amiga-gcc \
|
||||
vamos -C 68020 /host/hello
|
||||
Hello world!
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user