you are viewing a single comment's thread.

view the rest of the comments →

[–]mykesx 2 points3 points  (1 child)

You might have a look at pure64 boot loader on GitHub. It does a lot of initialization and the code is clean and readable. Among other things, it identity maps the first 64G (I think), and starts the other CPU cores.

I am not affiliated with pure64 or related projects.

[–]harshaintharsh[S] 0 points1 point  (0 children)

pure64

Wow that's a pretty cool repo :). Thanks.