davidcallanan / os-series

818 stars 119 forks source link

Make video memory volatile #33

Open PascalGuenther opened 3 years ago

PascalGuenther commented 3 years ago

gcc at -O3 mightcause crashes otherwise

davidcallanan commented 3 years ago

I always remember to make things volatile. I wonder was there a reason I didn't in this case? I can't remember now, it's been so long.