Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpectrumOS

  • A Linux distribution packed in initramfs.

Credits

  • Chessdash543 (contributor)
  • a user on Discord

How to run

  • install QEMU via your preferred package manager
  • download the RootFS and build a custom kernel with supports for systemd (now distributed in src/, clone this repository and find a solution to repack the RootFS)
  • run QEMU with this example command and enjoy:
qemu-system-x86_64 \
    -kernel arch/x86/boot/bzImage \
    -initrd rootfs.cpio.gz \
    -append "console=ttyS0 rdinit=/init loglevel=7" \
    -m 1024 \
    -nographic

About

A basic Linux distribution packed in initramfs

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages