mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:28:11 +00:00
Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT
This commit is contained in:
parent
971523621c
commit
10ba6f254c
5 changed files with 17 additions and 10 deletions
|
@ -209,3 +209,7 @@ set(WEBSERVER_DEBUG ON)
|
|||
# set(WRAPPER_GENERATOR_DEBUG ON)
|
||||
# Immediately finds violations during boot, shouldn't be discoverable by people who aren't working on fixing.
|
||||
# set(KMALLOC_VERIFY_NO_SPINLOCK_HELD ON)
|
||||
# False positive: CONSOLE_OUT_TO_BOCHS_DEBUG_PORT is a flag for ConsoleDevice, not a feature.
|
||||
# set(CONSOLE_OUT_TO_BOCHS_DEBUG_PORT)
|
||||
# False positive: BOCHS_DEBUG_PORT represents an IO port constant
|
||||
# set(BOCHS_DEBUG_PORT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue