An open API service indexing awesome lists of open source software.

https://github.com/isaka-james/isaka_james

Operating System
https://github.com/isaka-james/isaka_james

isaka-james operating-system os rust rust-lang

Last synced: 4 months ago
JSON representation

Operating System

Awesome Lists containing this project

README

          

# Isaka_James OS

A hobby OS written in pure Rust.
Built from scratch for learning, not production.

---

## features

- vga init
- login prompt

---

## todo

- memory management
- file system
- shell
- multitasking
- drivers

---

## build & run

```sh
git clone https://github.com/isaka-jame/isaka_james.git
cd isaka_james

cargo install bootimage
cargo bootimage

qemu-system-x86_64 -drive format=raw,file=target/x86_64-isaka-james/debug/bootimage-isaka_james.bin