aboutsummaryrefslogtreecommitdiff
path: root/src/boot.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-04 18:24:31 -0700
committerChristian Cunningham <cc@localhost>2022-02-04 18:24:31 -0700
commit13b2bf797bdf4fab0115675c4d2541fff05e285c (patch)
tree6b622ffe738a8eb76e0c0f7050fab13d1bf1acad /src/boot.S
parent6e7f93d6a09865937dde1124a6c3f36eebcd9d82 (diff)
Implemented new Real-Time friendly Memory Allocation Scheme
Diffstat (limited to 'src/boot.S')
-rw-r--r--src/boot.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/boot.S b/src/boot.S
index 3e8a209..9259874 100644
--- a/src/boot.S
+++ b/src/boot.S
@@ -137,10 +137,6 @@ core0_mbox: .word 0
core1_mbox: .word 0
core2_mbox: .word 0
core3_mbox: .word 0
-core0_msg: .asciz "Powering up, Core 0 Online!\n"
-core1_msg: .asciz "Powering up, Core 1 Online!\n"
-core2_msg: .asciz "Powering up, Core 2 Online!\n"
-core3_msg: .asciz "Powering up, Core 3 Online!\n"
.section .bss.estacks
.align 4