Firmware startup block (for now just output a string on console)

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-16 22:41:29 +01:00
parent 1eb746f274
commit a1efcc79d3
2 changed files with 86 additions and 0 deletions

View file

@ -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