Skip to content

pradosh-arduino/QCompute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makefile targets

Command Action
make all Compiles the kernel and generates a bootable ISO image.
make all-hdd Compiles the kernel and generates a raw image for USB/HDD.
make run Compiles the kernel, generates a bootable ISO, and runs it with QEMU.
make run-hdd Compiles the kernel, generates a raw HDD image, and runs it with QEMU.
make run-uefi Compiles the kernel, generates a bootable ISO, and runs it with QEMU using UEFI firmware.
make run-hdd-uefi Compiles the kernel, generates a raw HDD image, and runs it with QEMU using UEFI firmware.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published