Luca1991 / SeaStar-OS

A small 32bit OS written for my bachelor thesis. Mainly based on neon's os-dev articles.
GNU General Public License v3.0
3 stars 1 forks source link

get_tick_count() may lead the system to crash #2

Open Luca1991 opened 10 years ago

Luca1991 commented 10 years ago

Calling too much times get_tick_count() and then printing the value of a variable may lead the system to crash (unhandled exception).. I don't know why yet.