2026-04-09 21:47:13 +08:00
|
|
|
/*
|
2026-04-10 20:16:20 +08:00
|
|
|
* CLeonOS user-space bootstrap placeholder kept for compatibility.
|
|
|
|
|
* Stage7 introduces real user ELF apps under cleonos/c/apps.
|
2026-04-09 21:47:13 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
int cleonos_c_stub(void) {
|
|
|
|
|
return 0;
|
2026-04-10 20:16:20 +08:00
|
|
|
}
|