mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 10:40:00 +00:00
9 lines
181 B
C
9 lines
181 B
C
/*
|
|
* CLeonOS user-space bootstrap placeholder kept for compatibility.
|
|
* Stage7 introduces real user ELF apps under cleonos/c/apps.
|
|
*/
|
|
|
|
int cleonos_c_stub(void) {
|
|
return 0;
|
|
}
|