Skip to content

vzin16m/ScriptToFacilityQemuExec

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

No releases published

Packages

 
 
 

Contributors