Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ reboot
Function
reboot
bsp/x86/drivers/board.c:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
static int reboot(void)
83
{
84
outb(KBSTATP, 0xFE); /* pulse reset low */
85
86
return 0;
87
}
88
MSH_CMD_EXPORT(reboot, reboot system);
89
/*@}*/
Callers
nothing calls this directly
Calls
1
outb
Function · 0.85
Tested by
no test coverage detected