Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
流萤超级可爱
OSKernel2024-流萤超级可爱
Commits
26711110
Commit
26711110
authored
2 months ago
by
流萤超级可爱
Browse files
Options
Download
Patches
Plain Diff
这次更新主分支,提交大量内容,在框架建立好后,我们实现了延时,随机数,贪吃蛇游戏,文件管理指令的升级,写好了通用的分指令函数等功能函数
parent
8661faf2
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+5
-2
Makefile
cpu/random.c
+44
-0
cpu/random.c
cpu/random.h
+10
-0
cpu/random.h
cpu/timer.c
+36
-8
cpu/timer.c
cpu/timer.h
+5
-1
cpu/timer.h
docs/design-targets.md
+26
-0
docs/design-targets.md
docs/explore/mbr.asm-探索.md
+96
-0
docs/explore/mbr.asm-探索.md
docs/explore/switch_to_32bit-探索.md
+19
-0
docs/explore/switch_to_32bit-探索.md
docs/explore/一个(可能)通用的函数设计.md
+27
-0
docs/explore/一个(可能)通用的函数设计.md
docs/explore/键盘输入到不同程序的设计.md
+38
-0
docs/explore/键盘输入到不同程序的设计.md
docs/progress.md
+32
-0
docs/progress.md
docs/常用参考文档/IO端口表.md
+26
-0
docs/常用参考文档/IO端口表.md
drivers/display.c
+7
-1
drivers/display.c
drivers/display.h
+4
-0
drivers/display.h
drivers/keyboard.c
+45
-13
drivers/keyboard.c
drivers/keyboard.h
+14
-3
drivers/keyboard.h
fs/disk.c
+2
-7
fs/disk.c
kernel/kernel.c
+92
-105
kernel/kernel.c
kernel/util.c
+46
-0
kernel/util.c
kernel/util.h
+6
-3
kernel/util.h
with
580 additions
and
143 deletions
+580
-143
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets