Primitie listing rootdir of FAT16 filesystem

This commit is contained in:
2023-02-19 14:17:47 +01:00
parent 37542b736f
commit dbb147e110
8 changed files with 86 additions and 74 deletions

View File

@ -308,8 +308,8 @@ void irq_handler (registers regs) {
break;
default:
printf("Interrupt happened!");
printf("Received INT: 0x%x\n", regs.int_no);
//printf("Interrupt happened!");
//printf("Received INT: 0x%x\n", regs.int_no);
break;
}