sgmarz/osblog

Process code seems to crash CPU

Closed this issue · 1 comments

I don't know for sure if this is what is happening, but after implementing the code for Ch6, building and running my code in QEMU and attempting to type to get the UART0 trap handler to print what I typed back, nothing seems to happen, and also I seem to get no timer interrupts. Is this expected? If so, should this be added to the blog posts to signify that you should expect this (unless it is on the blog posts already and I just missed it haha).

Thank you in advance

This is going to happen since we don't have anywhere to go after we're done. Chapter 8 will show you how to fix these issues. You can already checkout ch8 on GitHub for more information, the write-up will be available sometime this month.