Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simple Script To Facility Use QEMU

About This Project

This is a simple application developed with two main purposes:

  1. Facilitate QEMU usage: To streamline and simplify my personal workflow when configuring and running virtual machines using the QEMU software.
  2. Learning C: To serve as a hands-on project to practice and solidify core concepts in the C programming language, such as code modularity, header file management, and compilation using Makefiles.

Directory Structure

The project is modularized and organized into specific directories for better maintainability:

.
β”œβ”€β”€ headers/
β”‚   β”œβ”€β”€ checkFile.h
β”‚   β”œβ”€β”€ execVm.h
β”‚   └── menu.h
β”œβ”€β”€ functions/
β”‚   β”œβ”€β”€ checkFile.c
β”‚   β”œβ”€β”€ execVm.c
β”‚   └── menu.c
β”œβ”€β”€ main.c
└── Makefile

Future Ideas

Code Optimization: Refactor and optimize the codebase to ensure the script is highly efficient, practical, and truly reliable for everyday use.

About

A personal project for learning C and facility my use of QEMU

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages