mirror of
https://github.com/plctlab/riscv-operating-system-mooc.git
synced 2025-11-16 12:34:47 +00:00
6 lines
58 B
C
6 lines
58 B
C
void start_kernel(void)
|
|
{
|
|
while (1) {}; // stop here!
|
|
}
|
|
|