Help educate an old 8-bit assembler mindset
Help educate an old 8-bit assembler mindset
Posted Jun 20, 2021 13:58 UTC (Sun) by felixfix (subscriber, #242)In reply to: Help educate an old 8-bit assembler mindset by corbet
Parent article: Protecting control dependencies with volatile_if()
I had forgotten that this is about kernels, and thus always threaded. I have written threaded user-space programs, and written ancient 8 bit kernels which were not threaded, and once even modified one line in the linux kernel (some RS-232 control line) for my own use; but never combined those, and lost track of that aspect for this (lwn) thread.
Thanks to all concerned for my education.