feat: update .gitignore and enhance ext2 file timestamps

Added back g_Unixseconds to the ext2 driver

Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
kaguya
2026-04-16 00:37:30 -04:00
parent bd77c7a2b9
commit 016ee32987
7 changed files with 23 additions and 19 deletions
+3 -2
View File
@@ -203,6 +203,7 @@ void kmain(void) {
x86_64_PIT_Initialize(1000);
asm volatile("sti");
calibrate_tsc();
//while (1) asm volatile("hlt");
@@ -425,7 +426,7 @@ void kmain(void) {
}
pci_init();
/*pci_init();
pci_device_t hda;
if (pci_find_hda(&hda)) {
@@ -438,7 +439,7 @@ void kmain(void) {
}
} else {
printf("[PCI] No HDA controller found!\n");
}
}*/
//syscall_init();