Skip to content

Builds KolibriOS from qr codes and launches the small assembly written OS in qemu.

Notifications You must be signed in to change notification settings

txtatech/qros-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

qros-builder

Builds KolibriOS from qr codes and launches the small assembly written OS in qemu.

Step 1:

Build the qr codes from the .img file

python3 qros_build.py

Step 2: MOVE ORIGINAL IMG FILE BEFORE THIS STEP

Build a new .img file from the qr codes and launch it with qemu.

python3 qros_build_qemu.py

NOTES:

Good for testing from terminal:

qemu-system-i386 -m 512 -fda kolibri.img -boot a

Needed in script: qemu_command = ["qemu-system-i386", "-m", "512", "-boot", "a", "-fda", img_file_path]

Example-1

About

Builds KolibriOS from qr codes and launches the small assembly written OS in qemu.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages