1
0
mirror of https://github.com/sgmarz/osblog.git synced 2024-11-24 02:16:19 +04:00

Fixes issue #1 - assembly trap vector has been added and commented

to give context to what it will do in the future.
This commit is contained in:
Stephen Marz 2019-09-29 08:04:36 -04:00
parent e5190b7dc4
commit 1402b8c8bd

View File

@ -2,5 +2,8 @@
# In the future our trap vector will go here. # In the future our trap vector will go here.
.global asm_trap_vector .global asm_trap_vector
# This will be our trap vector when we start
# handling interrupts.
asm_trap_vector: asm_trap_vector:
mret mret