This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修复了进入倒计时时原先时间保留的问题
x86-32
423A35C7
7 months ago
parent
cd4dff43d2
commit
7795b72eb6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
labcodes_answer/lab1_result/kern/trap/trap.c
+ 1
- 0
labcodes_answer/lab1_result/kern/trap/trap.c
View File
@ -225,6 +225,7 @@ trap_dispatch(struct trapframe *tf) {
mode
=
COUNTDOWN
;
cprintf
(
MSG_COUNTDOWN_START
)
;
state
=
WAITING_FOR_INPUT
;
milliseconds
=
0
;
break
;
case
'
s
'
:
case
'
c
'
:
Write
Preview
Loading…
Cancel
Save