Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ buts
Function
buts
payloads/linuxcheck/i386.c:19–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
#include
"linuxcheck.h"
18
19
void buts(char *s)
20
{
21
int i;
22
for (i = 0; i < strlen(s); i++)
23
outb(s[i], 0x3f8);
24
}
25
26
void hex4(u8 c)
27
{
Callers
1
main
Function · 0.85
Calls
2
strlen
Function · 0.85
outb
Function · 0.50
Tested by
no test coverage detected