Hacker News new | ask | show | jobs
by unclepresent 3078 days ago
Here is the same in 10 lines of pseudo-code

http://zergo.me/meltdown.html

1 comments

> var BASE_ADR=zzzz;//Make BASE points to a random 256 bit currently uncached memory block that appplication has access to;

That should be 256 bytes.

yep, corrected. at the end it is a bit more complex than that as cache is populated in 32-128 bytes increments but I leave it out for simplicity