v6.00-beta2 release

This commit is contained in:
Sam Demeulemeester 2022-06-03 00:42:38 +02:00
parent fae2ae9e13
commit e154320790
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void display_init(void)
set_foreground_colour(BLACK);
set_background_colour(WHITE);
clear_screen_region(0, 0, 0, 27);
prints(0, 0, " Memtest86+ v6.00b1");
prints(0, 0, " Memtest86+ v6.00b2");
set_foreground_colour(RED);
printc(0, 14, '+');
set_foreground_colour(WHITE);