Metadata-Version: 2.1
Name: lowkernels
Version: 0.1.1
Summary: A small tool to create low-kernel operating system using C. Learn more at lowkernels.readthedocs.io
Author: lowkernels
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# LowKernels

LowKernels is a small tool for creating low-kernel operating systems in C. This tool allows you to create your own operating systems with basic features that are suitable for educational purposes or as a foundation for further development.

## Description

LowKernels is a tool that allows you to experiment with low-level operating systems. The goal of this project is to provide a simple tool for learning the basics of operating system creation, including memory management, processes, and IO operations.

More information can be found at [lowkernels.readthedocs.io](https://lowkernels.readthedocs.io).

## Installation

1. Make sure you have Python 3.x installed.
2. Install the package using pip

```bash
pip install lowkernels
