Completed Part2: 06_irq.
This commit is contained in:
parent
64f416f456
commit
33c4b91102
BIN
Part2/A4/06_irq/boot/bootsect.bin
Normal file
BIN
Part2/A4/06_irq/boot/bootsect.bin
Normal file
Binary file not shown.
BIN
Part2/A4/06_irq/boot/kernel_entry.o
Normal file
BIN
Part2/A4/06_irq/boot/kernel_entry.o
Normal file
Binary file not shown.
BIN
Part2/A4/06_irq/cpu/idt.o
Normal file
BIN
Part2/A4/06_irq/cpu/idt.o
Normal file
Binary file not shown.
BIN
Part2/A4/06_irq/cpu/interrupt.o
Normal file
BIN
Part2/A4/06_irq/cpu/interrupt.o
Normal file
Binary file not shown.
@ -79,7 +79,7 @@ void isr_install() {
|
|||||||
char *exception_messages[] = {
|
char *exception_messages[] = {
|
||||||
"Division By Zero",
|
"Division By Zero",
|
||||||
"Debug",
|
"Debug",
|
||||||
"Non Maskable Interrupt | C",
|
"Non Maskable Interrupt | Z",
|
||||||
"Breakpoint | S",
|
"Breakpoint | S",
|
||||||
"Into Detected Overflow",
|
"Into Detected Overflow",
|
||||||
"Out of Bounds",
|
"Out of Bounds",
|
||||||
|
BIN
Part2/A4/06_irq/cpu/isr.o
Normal file
BIN
Part2/A4/06_irq/cpu/isr.o
Normal file
Binary file not shown.
BIN
Part2/A4/06_irq/drivers/ports.o
Normal file
BIN
Part2/A4/06_irq/drivers/ports.o
Normal file
Binary file not shown.
BIN
Part2/A4/06_irq/drivers/screen.o
Normal file
BIN
Part2/A4/06_irq/drivers/screen.o
Normal file
Binary file not shown.
BIN
Part2/A4/06_irq/kernel.bin
Executable file
BIN
Part2/A4/06_irq/kernel.bin
Executable file
Binary file not shown.
BIN
Part2/A4/06_irq/kernel/kernel.o
Normal file
BIN
Part2/A4/06_irq/kernel/kernel.o
Normal file
Binary file not shown.
BIN
Part2/A4/06_irq/kernel/util.o
Normal file
BIN
Part2/A4/06_irq/kernel/util.o
Normal file
Binary file not shown.
BIN
Part2/A4/06_irq/os-image.bin
Normal file
BIN
Part2/A4/06_irq/os-image.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user