mirror of
https://github.com/sgmarz/osblog.git
synced 2024-11-23 18:06:20 +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:
parent
e5190b7dc4
commit
1402b8c8bd
@ -2,5 +2,8 @@
|
||||
# In the future our trap vector will go here.
|
||||
|
||||
.global asm_trap_vector
|
||||
# This will be our trap vector when we start
|
||||
# handling interrupts.
|
||||
asm_trap_vector:
|
||||
mret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user