kill app on pagefault
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user