Skip to content

Releases: HIDEYUKI-KISHIDA/B-Free-master-64bit

B-Free TRON x86_64

Choose a tag to compare

@HIDEYUKI-KISHIDA HIDEYUKI-KISHIDA released this 12 Jul 06:53

B-Free TRON x86_64

BusyBox ash serial prototype for QEMU / GRUB.

Assets

  • B-Free-TRON-x86_64.iso — bootable ISO
  • B-Free-TRON-x86_64-src-minimal.tar.gz — minimal sources to rebuild (kernel, BusyBox musl, grub.cfg, slim Makefile)

Boot

qemu-system-x86_64 -cdrom B-Free-TRON-x86_64.iso -boot order=d -m 256 -accel tcg -display none -serial stdio -no-reboot

Select BusyBox — musl, serial if it is not the default.

Rebuild from minimal sources

tar xf B-Free-TRON-x86_64-src-minimal.tar.gz
cd B-Free-TRON-x86_64-src-minimal
make -j4 iso