Hacker News new | ask | show | jobs
by torh 2191 days ago
I wonder how much time is spent on getting the processor from 16-bit Real Mode and up to the full 64-bit mode.
1 comments

A few tens of microseconds, most likely.
It is interesting how even people in this industry are sometimes orders of magnitude off when thinking about how quickly a modern computer is able to do something. Personally, I think it is because web development has trained people to believe that computers are slow.
Just switching is a few tens of instructions. Tens of microseconds should be more than enough to also build a non-trivial page table.