Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesadhan/mini-os-in-c
Mini OS Base On C Language
https://github.com/mesadhan/mini-os-in-c
Last synced: about 1 month ago
JSON representation
Mini OS Base On C Language
- Host: GitHub
- URL: https://github.com/mesadhan/mini-os-in-c
- Owner: mesadhan
- License: mit
- Created: 2019-03-08T20:27:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T23:10:49.000Z (almost 6 years ago)
- Last Synced: 2023-03-02T22:17:59.940Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini-os-in-c
Mini OS Base On C Language, That is basically fun project.# Description:
> This project cover losts of concepts. I developed it with basic knowledge.
I was developing it with what I learned then.
It covers
- Implements Operation System Operations
- How to working with Header files
- How to read write in files
- Learn Multi Dimentional Array
- Learn Basic C Programing flow
- and more....# How to run
> I developed it using CodeBlock. Download [codeblocks-17.12mingw-setup.exe](
http://www.codeblocks.org/downloads/binaries
)
Now, install Code::Blocks then run ` main.c ` file.# Mini-OS Demo
![Alt Text](/mini-os-presentation.gif)
> **Developed Date:** Sunday, December 14, 2014, 12:17:45 AM
Note: For User interaction, I used windows.h library if you like to run in linux environment then you should need some customization
`Thanks Everyone!`