@h this is beautiful and terrifying and I don't know whether to call the Nobel Committee or the UN Security Council
@natecull I don't know whether to call the BAFTAs selection commitee or The International Criminal Court at The Hague.
@h all the safety of a bash root shell combined with all the user-friendliness of Forth
@vertigo @h Have y'all come across https://github.com/kragen/stoneknifeforth at all? That's the Forth I'm most obsessed with, lately..
/cc @natecull
@h @natecull @akkartik With x86-64, CS, DS, ES, and SS are hardwired flat (base=0, limit=-1, full privileges), leaving only FS and GS as base address registers (limit hardwired to -1 and full privs again) as a concession to Microsoft, which used these registers for thread-local storage and structured exception handling before x86-64 existed.
In x86-64, segments have been thoroughly neutered as far as I can tell.