Skip to content

isbest/rinx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os

本项目主要参考

onix rCore Writing an OS in Rust

万分感谢StevenBaby

todo

  • vga驱动
  • csi颜色序列
  • GDT
  • IDT
  • 内中断
  • 外中断
  • 时钟
  • 任务切换
  • 系统调用
  • PS/2键盘驱动
  • LED灯控制
  • 磁盘驱动
  • 文件系统

内存布局

  • 栈 0-0x10000
  • kernel 0x10000-4G

run

make bochs
make qemu

About

try to create a kernel in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published