kill app on pagefault

This commit is contained in:
2026-02-22 02:25:49 +01:00
parent b9637ce86a
commit 20345264aa
3 changed files with 8 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ extern "C" void main() {
for (unsigned i = 1;; ++i) {
write(1, text, sizeof(text));
void* ptr= map(512);
//sprintf(&buf, "ptr address: %x \n" , ptr);
//unmap(ptr, 512);