mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[BOOTVID][NTOSKRNL][HALX86] Move hardcoded coordinates of bootvid into one place. (#2504)
Co-Authored-By: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
This commit is contained in:
parent
1c706d7483
commit
1610367fe2
10 changed files with 92 additions and 33 deletions
|
@ -11,12 +11,6 @@
|
|||
#define BOOTCHAR_HEIGHT 13
|
||||
#define BOOTCHAR_WIDTH 8 // Each character line is encoded in a UCHAR.
|
||||
|
||||
/*
|
||||
* Screen resolution (for default VGA)
|
||||
*/
|
||||
#define SCREEN_WIDTH 640
|
||||
#define SCREEN_HEIGHT 480
|
||||
|
||||
#ifndef _M_ARM
|
||||
#include "vga.h"
|
||||
#endif /* _M_ARM */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue