# scooterOS-v2 Welcome to the scooterOS-v2 project! This repository contains the source code and documentation for a simple 32bit operating system kernel, designed for the fun of it! ## Features - Basic process management - Memory management - Simple file system support - Hardware abstraction layer - Modular and extensible architecture ## Getting Started ### Prerequisites - GCC or Clang toolchain - QEMU (for emulation) - Make ### Building Clone the repository and run: ```bash make ``` ### Running To run the kernel in QEMU: ```bash make run ``` ## Contributing Contributions are welcome! Please open issues or submit pull requests for improvements, bug fixes, or new features. ## License This project is licensed under the MIT License.