Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voltageddebunked/nextcore
Source tree for the NextCore kernel.
https://github.com/voltageddebunked/nextcore
core interface kernel kernel-driver nextcore operatingsystem osdev
Last synced: about 1 month ago
JSON representation
Source tree for the NextCore kernel.
- Host: GitHub
- URL: https://github.com/voltageddebunked/nextcore
- Owner: VoltagedDebunked
- License: gpl-3.0
- Created: 2024-11-07T08:25:25.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-07T09:09:54.000Z (2 months ago)
- Last Synced: 2024-11-07T09:43:39.704Z (2 months ago)
- Topics: core, interface, kernel, kernel-driver, nextcore, operatingsystem, osdev
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NextCore
## Overview
**NextCore** is a kernel project designed to deliver simplicity and high performance. It serves as the core of an operating system, handling crucial operations such as process management and memory allocation. NextCore is open-source and distributed under the **GPL-3.0 License**.
## Downloading and usage
To download **NextCore**, run these commands:
```bash
git clone https://github.com/voltageddebunked/nextcore.git
cd nextcore
make
```Now the kernel will be saved as `NextCore`, you can load it in your Operating System via a bootloader like `grub`, or a custom one. The entry point is `kernel_main`.
## Features
- **Efficient Process Management**: Ensures smooth task switching and execution.
- **Memory Allocation**: Robust memory handling for reliable operation.
- **Hardware Interaction**: Direct communication with essential hardware components.## License
NextCore is licensed under the **GPL-3.0 License**. See [LICENSE](LICENSE) for more details.
---
Developed by VoltagedDebunked & Contributors