Skip to content

System7 v0.1.1854-b72102c

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:09

System7 v0.1.1854-b72102c

Commit: b72102c

Downloads

Per-language ISOs and kernels (one ISO per locale):

  • system71-<lang>.iso - Bootable ISO image for a single locale
  • kernel-<lang>.elf - Kernel binary for a single locale

Supported locales: en, es, fr, de, zh, tw.

All languages (single ISO containing every locale):

  • system71-all-languages.iso - Bootable ISO image (all locales)
  • kernel-all-languages.elf - Kernel binary (all locales)

Running

# Example: French
qemu-system-i386 -cdrom system71-fr.iso -serial stdio -display sdl -m 256M

# All languages
qemu-system-i386 -cdrom system71-all-languages.iso -serial stdio -display sdl -m 256M