Remove debug serial console with hardcoded address
This commit is contained in:
parent
badcfeeac0
commit
adbba2a4ef
@ -51,10 +51,7 @@ grub_putcode (grub_uint32_t code)
|
||||
int height = grub_getwh () & 255;
|
||||
|
||||
if (!grub_cur_term_output)
|
||||
{
|
||||
*(grub_uint8_t *)0xbff003f8 = code;
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
||||
if (code == '\t' && grub_cur_term_output->getxy)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user