Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ is_transmit_empty
Function
is_transmit_empty
Kernel/src/arch/x86_64/serial.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
int is_transmit_empty() {
20
return inportb(PORT + 5) & 0x20;
21
}
22
23
volatile int lock = 0;
24
Callers
2
write_serial
Function · 0.85
write_serial_n
Function · 0.85
Calls
1
inportb
Function · 0.85
Tested by
no test coverage detected