使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算Serverless场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for **Serverless** scenarios.
Go to file
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