https://github.com/sharmaniraj009/os
https://github.com/sharmaniraj009/os
assembly c os
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharmaniraj009/os
- Owner: sharmaniraj009
- Created: 2025-04-18T23:00:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T18:25:12.000Z (about 1 year ago)
- Last Synced: 2025-04-23T21:15:42.849Z (about 1 year ago)
- Topics: assembly, c, os
- Language: Assembly
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operating System Project
Welcome to the Operating System project repository. This project is focused on understanding and implementing fundamental concepts of operating systems.
## Overview
## Getting Started
### Prerequisites
- gcc, nasm, qemu, linux-based OS, open-watcom
- Make
- Basic understanding of operating system concepts
### Installation
1. Clone the repository
```bash
git clone https://github.com/sharmaniraj009/OS.git
```
2. Navigate to the project directory
```bash
cd OS
make
qemu-systems-i386 -fda build/main_floppy.img
```
## Structure
The project is organized into different modules, each focusing on specific OS concepts.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Acknowledgments
* Reference materials and documentation
* Course instructors and contributors
https://nirajj.notion.site/OS-Project-1d996a86066f806ba0baf001ddfc42ba?pvs=4