@@ -3,7 +3,7 @@
void kmain(void) {
// Kernel main function
// Set VGA memory address
unsigned short *VGA_mem = (unsigned short *)0xB8000;
volatile unsigned short *VGA_mem = (unsigned short *)0xB8000;
VGA_mem[0] = (0x07 << 8) | 'S';
VGA_mem[1] = (0x07 << 8) | 'O';
The note is not visible to the blocked user.