mirror of
https://github.com/yourtion/30dayMakeOS.git
synced 2026-02-03 18:13:28 +08:00
8 lines
86 B
C
8 lines
86 B
C
void api_end(void);
|
|
|
|
void HariMain(void)
|
|
{
|
|
*((char *) 0x00102600) = 0;
|
|
api_end();
|
|
}
|