├── Dockerfile ├── README.md └── xboxdash ├── Makefile └── main.c /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xemu-project/xemu-hdd-image/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xemu-project/xemu-hdd-image/HEAD/README.md -------------------------------------------------------------------------------- /xboxdash/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xemu-project/xemu-hdd-image/HEAD/xboxdash/Makefile -------------------------------------------------------------------------------- /xboxdash/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xemu-project/xemu-hdd-image/HEAD/xboxdash/main.c --------------------------------------------------------------------------------