Neotron-Compute / Neotron-Pico-BIOS

BIOS for the Neotron Pico
GNU General Public License v3.0
11 stars 5 forks source link

Provide compare-and-swap function. #80

Closed jonathanpallant closed 11 months ago

jonathanpallant commented 11 months ago

Allows the OS to atomically check-and-set a boolean value, which allows it to enter critical sections that it knows no other code is currently executing.