Skip to content

Commit

Permalink
FIXME: Hack build for framebuffer bootvid
Browse files Browse the repository at this point in the history
  • Loading branch information
HBelusca authored and DarkFire01 committed Dec 6, 2023
1 parent 8ad230f commit 19a08d9
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions drivers/base/bootvid/precomp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@
#include <drivers/bootvid/bootvid.h>

/* Arch specific includes */
#if defined(_M_IX86) || defined(_M_AMD64)
#if defined(SARCH_PC98)
#include "i386/pc98/pc98.h"
#elif defined(SARCH_XBOX)
#include "i386/xbox/xbox.h"
#else
#include "i386/pc/vga.h"
#include "i386/pc/pc.h"
#endif
#elif defined(_M_ARM)
#include "arm/arm.h"
#else
#error Unknown architecture
#endif
// #if defined(_M_IX86) || defined(_M_AMD64)
// #if defined(SARCH_PC98)
// #include "i386/pc98/pc98.h"
// #elif defined(SARCH_XBOX)
// #include "i386/xbox/xbox.h"
// #else
// #include "i386/pc/vga.h"
// #include "i386/pc/pc.h"
// #endif
// #elif defined(_M_ARM)
// #include "arm/arm.h"
// #else
// #error Unknown architecture
// #endif
#include "framebuf/framebuf.h"

/* Define if FontData has upside down characters */
#undef CHAR_GEN_UPSIDE_DOWN
Expand Down

0 comments on commit 19a08d9

Please sign in to comment.