Skip to content

Commit 0c7ab2c

Browse files
committed
Disable test RTC
...
1 parent b66c112 commit 0c7ab2c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919

2020
# Bochs log file
2121
bochs_logs.txt
22+
23+
# Old files
24+
*.old

src/kmain.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void kmain (u64int magic, u64int addr, u32int initial_stack)
4343
init_descriptors();
4444
// Initialise the PIT to 1000Hz
4545
init_timer(1000);
46-
init_rtc();
46+
//init_rtc(); // rtc ok
4747
asm volatile("sti");
4848

4949
// Find the location of our initial ramdisk.

0 commit comments

Comments
 (0)