Skip to content
This repository was archived by the owner on Oct 11, 2021. It is now read-only.

Commit f681c47

Browse files
committed
♠️⏩ Kernel Update & Keyboard, Ticks
1 parent 9d3042d commit f681c47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

os/kernel/kernel.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
#include "../cpu/timer.h"
1010
#include "../drivers/keyboard.h"
1111

12-
void main() {
12+
void main()
13+
{
1314
isr_install();
1415

1516
asm volatile("sti");

0 commit comments

Comments
 (0)