This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
DragonOS
mirror of
https://github.com/DragonOS-Community/DragonOS.git
Watch
1
Star
0
Fork
You've already forked DragonOS
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算Serverless场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for **Serverless** scenarios.
operating-system
os
rust
30
Commits
2
Branches
14
Tags
174
MiB
Rust
89.4%
C
6.6%
Shell
1.2%
Python
0.8%
Makefile
0.6%
Other
1.4%
ba7f1bb4ea
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
fslongjin
ba7f1bb4ea
🔧
使用C语言重写了设置中断门的代码。
2022-01-26 18:04:33 +08:00
.idea
🔧
修改为makefile的构建方式,程序能正常运行
2022-01-21 13:49:09 +08:00
.vscode
🆕
实现了异常捕获模块
2022-01-25 18:04:18 +08:00
bootloader
🔧
更改为使用bochs虚拟机(qemu暂时没法正常显示画面)
2022-01-21 22:04:24 +08:00
kernel
🔧
使用C语言重写了设置中断门的代码。
2022-01-26 18:04:33 +08:00
.gitignore
🎉
创建了boot程序!
2022-01-15 12:49:18 +08:00
LICENSE
Create LICENSE
2022-01-16 22:58:21 +08:00
Makefile
🔧
修改为makefile的构建方式,程序能正常运行
2022-01-21 13:49:09 +08:00
bochsrc
🔧
将虚拟机内存修改为512M
2022-01-23 23:17:13 +08:00
run_in_bochs.sh
🔧
优化了虚拟机启动脚本
2022-01-25 13:33:36 +08:00
run_in_qemu.sh
🔧
优化了虚拟机启动脚本
2022-01-25 13:33:36 +08:00