.
├── index.html # Main HTML document
├── style.css # All styling (dark theme, cards, grid)
├── script.js # Tiny JavaScript (console logs + year update)
└── README.md # This file
- Clean, card‑based layout matching the OS hierarchy:
- Main Memory
- Process Management
- Inter‑Process Communication (IPC)
- Access and Control
- Interaction
- Each card shows three real‑world APIs (system calls / library functions) with a short description.
- Hover effects with coloured accents per category.
- Fully responsive – works on desktop, tablet, and mobile.
You can view the page directly on GitHub Pages
- HTML5
- CSS3 (Grid, Flexbox, custom properties)
- Vanilla JavaScript (no dependencies)
- #denjagidev
- Clone the repository:
git clone https://pantane1.github.io/Os-management/
- Open
index.htmlin any modern browser – that’s it!
This project was created as a study aid for operating system concepts. The diagram in the header comes directly from a course exercise that asked for three APIs per OS management area.
Feel free to fork the project and add your own APIs or improve the design. Pull requests are welcome.
Distributed under the MIT License. See LICENSE for more information.
---
## 🖼️ Adding a preview (optional)
You may want to add a screenshot of the page. Take a screenshot, save it as `preview.png` in the repository, and the README will display it.
---
All files are ready to be pushed to GitHub. Just create the three files above in a new repository, enable GitHub Pages, and your unique OS API explorer will be live.
---
