Remove debug serial console with hardcoded address
This commit is contained in:
parent
badcfeeac0
commit
adbba2a4ef
1 changed files with 1 additions and 4 deletions
|
@ -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…
Reference in a new issue