https://github.com/hootbu/free-memory-c
Creating C code that displays RAM in the system, along with writing a Makefile.
https://github.com/hootbu/free-memory-c
bash-script c makefile memory
Last synced: 3 months ago
JSON representation
Creating C code that displays RAM in the system, along with writing a Makefile.
- Host: GitHub
- URL: https://github.com/hootbu/free-memory-c
- Owner: hootbu
- License: mit
- Created: 2025-01-16T22:35:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T22:36:02.000Z (5 months ago)
- Last Synced: 2025-01-16T23:27:34.754Z (5 months ago)
- Topics: bash-script, c, makefile, memory
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Displaying RAM in the System with C Code
###### Created by Emir YorgunThis project provides a simple utility to check the available RAM on your system using a C program. It includes a Makefile for easy compilation and a shell script for convenient execution.
### Details
- Memory Check (freeMem.c): The C program executes a system command to retrieve and display the available memory in gigabytes.
- Makefile: Simplifies the compilation process with targets for building and cleaning the project.
- Shell Script (FreeMem.sh): Provides command-line options to compile, run, and clean the project.-------------
#### C file named freeMem.c
#### Created Makefile
#### Created Bash Script and Its Usage
