dennis95 / dennix

Dennix is a unix-like hobbyist operating system written from scratch.
ISC License
163 stars 13 forks source link

Early panic causes triple fault #14

Closed dennis95 closed 4 years ago

dennis95 commented 4 years ago

Currently when the kernel panics before the log has been initialized, a triple fault will occur because the panic tries to write a message on the screen.

dennis95 commented 4 years ago

Fixed.