dev: removing old printChar and instead using OS print vector
This commit is contained in:
parent
e74ca195bf
commit
cb332b7b05
6 changed files with 43 additions and 51 deletions
|
|
@ -6,7 +6,7 @@
|
|||
.equ OS_VEC_BASE,0xF000
|
||||
|
||||
; .vectors is pinned to 0xF000 via linker.cmd
|
||||
.section .vectors
|
||||
.section ".vectors","adr"
|
||||
.global os_vectors
|
||||
|
||||
os_vectors:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue