mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT
This commit is contained in:
parent
971523621c
commit
10ba6f254c
Notes:
sideshowbarker
2024-07-18 17:05:59 +09:00
Author: https://github.com/ncmiller 🔰
Commit: 10ba6f254c
Pull-request: https://github.com/SerenityOS/serenity/pull/7606
Reviewed-by: https://github.com/linusg
5 changed files with 17 additions and 10 deletions
|
@ -13,6 +13,10 @@
|
|||
|
||||
namespace IO {
|
||||
|
||||
// Every character written to this IO port is written to the Bochs console
|
||||
// (e.g. the console where Qemu is running).
|
||||
static constexpr u16 BOCHS_DEBUG_PORT = 0xE9;
|
||||
|
||||
inline u8 in8(u16 port)
|
||||
{
|
||||
u8 value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue