This website requires JavaScript.
Explore
Help
Register
Sign In
DragonOS-Community
/
DragonOS
Watch
1
Star
1
Fork
0
You've already forked DragonOS
mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced
2025-06-09 02:46:47 +00:00
Code
Issues
Releases
Wiki
Activity
DragonOS
/
kernel
History
fslongjin
14374d5faf
🔧
优化了虚拟机启动脚本
2022-01-25 13:33:36 +08:00
..
common
🔧
优化了虚拟机启动脚本
2022-01-25 13:33:36 +08:00
exception
🆕
定义了寄存器在入栈后的偏移量
2022-01-24 23:11:41 +08:00
head.S
🆕
设置了IDT,装载了TSS到GDT中。实现了第一个简易的中断处理函数ignore_int
2022-01-24 20:56:59 +08:00
link.lds
🔧
修改为makefile的构建方式,程序能正常运行
2022-01-21 13:49:09 +08:00
main.c
🆕
设置了IDT,装载了TSS到GDT中。实现了第一个简易的中断处理函数ignore_int
2022-01-24 20:56:59 +08:00
Makefile
🆕
完成了printk(暂不支持浮点数打印)
2022-01-23 23:17:52 +08:00