8000 GitHub - arrayJY/os: A toy operating system.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arrayJY/os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS

A toy x86-64 operating system.

This project is highly inspired by rCore-Tutorial-v3/blog_os/xv6.

Features

  • Virtual memory
  • Dynamic memory management
  • Multiple processes management
  • Non-preemptive scheduling (FCFS)
  • An interactive shell in user space

Run

You can run os with qemu-system-x86_64.

cargo install cargo-binutils
rustup component add llvm-tools-preview
cd user
make
cd ../os
cargo install cargo-xbuild
cargo install bootimage
cargo xrun

It will run a interactive shell. You can run several user programs with it.

Work in Progress

  • Process concurrency
  • Process communication
  • File System

LICENSE

MIT © arrayJY

About

A toy operating system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published
0