Skip to content

Commit 3698eca

Browse files
committed
more memery
1 parent 7f77745 commit 3698eca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

init.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,14 @@ void init(void)
236236
cprint(4, COL_MID,"Testing: ");
237237
cprint(5, COL_MID,"Pattern: ");
238238
cprint(1, 0, "CLK: (32b Mode)");
239-
cprint(2, 0, "L1 Cache: Unknown ");
240-
cprint(3, 0, "L2 Cache: Unknown ");
241-
cprint(4, 0, "L3 Cache: None ");
239+
cprint(2, 0, "L1 Ca$sh: Unknown ");
240+
cprint(3, 0, "L2 Ca$sh: Unknown ");
241+
cprint(4, 0, "L3 Ca$sh: None ");
242242
cprint(5, 0, "Memory : ");
243243
cprint(6, 0, "------------------------------------------------------------------------------");
244244
cprint(7, 0, "Core#:");
245245
cprint(8, 0, "State:");
246-
cprint(9, 0, "Cores: Active / Total (Run: All) | Pass: 0 Errors: 0 ");
246+
cprint(9, 0, "Core$: Active / Total (Run: All) | Pass: 0 Errors: 0 ");
247247
cprint(10, 0, "------------------------------------------------------------------------------");
248248

249249
/*
@@ -257,7 +257,7 @@ void init(void)
257257
*/
258258

259259
cprint(7, 39, "| Chipset : Unknown");
260-
cprint(8, 39, "| Memory Type : Unknown");
260+
cprint(8, 39, "| Memeory Type : Unown ");
261261

262262

263263
for(i=0; i < 6; i++) {

0 commit comments

Comments
 (0)