Skip to content

VoltagedDebunked/nextcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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 for more details.


Developed by VoltagedDebunked & Contributors