Amjad50 / Emerald

An Operating System in Rust
https://amjad.alsharafi.dev/Emerald
MIT License
12 stars 0 forks source link

Handle sigfaults and memory errors in kernel and userspace programs #84

Open Amjad50 opened 8 months ago

Amjad50 commented 8 months ago

Kernel will just panic (just as we do now?, but maybe have it better, include info about the reason and so on for example).

The important part here is userspace programs, currently userspace performing weird memory stuff will panic the kernel XD