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