Skip to content

cusdeb-com/os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C:\Deb

C:\Deb is a Win32/Linux system built on Debian 13 and Wine, with a borrowed userland from ReactOS, focused on seamless support for Windows applications without giving up traditional Linux software.

C:\Deb Screenshot

Table of Contents

Run C:\Deb

Prebuilt images are available on GitHub Releases.

There are two formats:

  • Raw image (.img) — for QEMU
  • VDI disk (.vdi) — for VirtualBox

Run in QEMU (recommended)

1. Download image

From the latest release, download:

  • cusdeb-os.img.7z

2. Extract image

7z x cusdeb-os.img.7z

3. Run VM

qemu-system-x86_64 \
  -enable-kvm \
  -m 4096 \
  -smp 2 \
  -drive file=cusdeb-os.img,format=raw,if=virtio \
  -device virtio-vga \
  -display gtk

Run in VirtualBox

Here's a full step-by-step guide with screenshots.

Build from source (optional)

If you want to build the image yourself:

sudo apt update
sudo apt install -y docker.io
IMAGE_NAME=cusdeb-os.img ROOT_PASSWORD=root ./run-docker-build.sh

Project details

  • Debian trixie
  • amd64
  • GRUB (BIOS/MBR)
  • Lightweight GUI + Wine Explorer
  • Reproducible Docker-based build

Donate

The best way to support the project is by subscribing to the tech magazine CDMAG.

There you can learn how modern operating systems work in practice and stay up to date with the open source ecosystem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors