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