mitegab / Operating-system

This repository contains the source code for a simple operating system written in Rust. This project aims to provide a basic understanding of operating system concepts and how they can be implemented using the Rust programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Operating System in Rust

This repository contains the source code for a simple operating system written in Rust. This project aims to provide a basic understanding of operating system concepts and how they can be implemented using the Rust programming language.

Features

  • Basic kernel functionality, including process management and scheduling
  • Simple memory management
  • Basic I/O support
  • Interrupt handling

Build Instructions

To build the operating system, run the following command:

cargo build

About

This repository contains the source code for a simple operating system written in Rust. This project aims to provide a basic understanding of operating system concepts and how they can be implemented using the Rust programming language.