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
- Host: GitHub
- URL: https://github.com/isaka-james/isaka_james
- Owner: isaka-james
- Created: 2024-11-25T19:41:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-01T16:48:56.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:44:42.635Z (about 1 year ago)
- Topics: isaka-james, operating-system, os, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 3.82 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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