aphrodite/arch/x86_asmp/
constants.rs

1
2
3
4
5
//! Constants used throughout kernel code.
#![cfg(any(target_arch = "x86"))]

/// The assembly port number to output debug messages to.
pub const DEBUG_PORT: u16 = 0xE9;