Restructure the interrupt vector distribution for better matching of their inherit...
authorMinep <zelong56@gmail.com>
Sun, 1 May 2022 15:47:38 +0000 (16:47 +0100)
committerMinep <zelong56@gmail.com>
Sun, 1 May 2022 15:58:14 +0000 (16:58 +0100)
commit9440be3a5115a91dcdf8dff05a361cac4b6cea29
treeac0b025bcca575091f581e42e74421b7c81bd7ad
parent0471b0eeea5ea30883c776dd53275ec6b8454ca7
Restructure the interrupt vector distribution for better matching of their inherit priority, and ...
Attempts to resolve the spurious keyboard buffer full irq when after issuing the command to ps/2.
Adjust the comments and formatting.
lunaix-os/includes/arch/x86/interrupts.h
lunaix-os/includes/hal/pic.h
lunaix-os/includes/lunaix/common.h
lunaix-os/includes/lunaix/timer.h
lunaix-os/kernel/asm/x86/idt.c
lunaix-os/kernel/mm/pmm.c
lunaix-os/kernel/mm/vmm.c
lunaix-os/kernel/peripheral/ps2kbd.c
lunaix-os/kernel/time/timer.c
lunaix-os/libs/klibc/stdio/sprintf.c