relocate stack

This commit is contained in:
2026-02-24 10:00:31 +01:00
parent c92b15e2a6
commit 48fea8f8d8
3 changed files with 22 additions and 13 deletions

View File

@@ -34,5 +34,7 @@ extern "C" void main() {
// sys_exit();
//}
sleep(1000);
if(id == 2)
*reinterpret_cast<uint8_t*>(0xdeadbeaf) = 1;
}
}