From 13b2bf797bdf4fab0115675c4d2541fff05e285c Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 4 Feb 2022 18:24:31 -0700 Subject: Implemented new Real-Time friendly Memory Allocation Scheme --- src/boot.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/boot.S') 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 -- cgit v1.2.1