HN user

snfernandez

21 karma
Posts2
Comments9
View on HN

I was working at MS at the time and actually had access to the source code (my project involved devdiv). I don't remember the exact details, but I opted for not adding any of my "private" knowledge to the post.

I agree with you that I prefer looking at optimized assembly with symbols rather than following code through files (which are usually filled with #ifdefs and macros).

Great work. Only one improvement I would like to see 1) Switch the web design away from javascript (at least for loading) or, 2) Implement some command line interface in cargo for searching crates and displaying it's description.

"privileged userland process" is a circular way of saying administrator. They claim administrator is "ring 3" or "admin ring 3" which is super-confusing...

It doesn't seem a circular description but the full technical one, at least from a processor privilege point of view.

And I find it pretty amazing, they are invalidating the whole purpose of the UEFI without needing to execute ring0 code.