diff options
author | Liav A <liavalb@gmail.com> | 2022-09-02 15:59:21 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-09-20 18:43:05 +0100 |
commit | 5576151e6864bc0b3122c660d3234f30c83fc6bc (patch) | |
tree | 5b016d971aa9fa27054d8bd3c1a9c677e4daf80c /.prettierignore | |
parent | fdef8d0d373524228ba21b8bdea7ea1aa2d1d53c (diff) | |
download | serenity-5576151e6864bc0b3122c660d3234f30c83fc6bc.zip |
Kernel: Don't blindly compile Bochs debug output code in ConsoleDevice
Only use the Bochs debug output if we compile a x86 build since bochs
debug output relies on x86 specific instructions.
We also remove the CONSOLE_OUT_TO_BOCHS_DEBUG_PORT flag as we always
compile bochs debug output for x86 builds and we always want to include
the bochs debug output capability as it is very handy and doesn't hurt
bare metal hardware or do any other problem besides taking a small
amount of CPU cycles.
Diffstat (limited to '.prettierignore')
0 files changed, 0 insertions, 0 deletions