Firmware startup block (for now just output a string on console)
This commit is contained in:
parent
1eb746f274
commit
a1efcc79d3
2 changed files with 86 additions and 0 deletions
|
@ -19,6 +19,11 @@
|
|||
#ifndef GRUB_MACHINE_SERIAL_HEADER
|
||||
#define GRUB_MACHINE_SERIAL_HEADER 1
|
||||
|
||||
#ifndef ASM_FILE
|
||||
#define GRUB_MACHINE_SERIAL_PORTS { 0xbff003f8 }
|
||||
#else
|
||||
#define GRUB_MACHINE_SERIAL_PORT_HI 0xbff0
|
||||
#define GRUB_MACHINE_SERIAL_PORT_LO 0x03f8
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue