]> git.mdlowis.com Git - proto/cerise-os.git/shortlog
proto/cerise-os.git
2022-09-16 Michael D.... started adding message passing scaffolding master
2022-09-14 Michael D.... cleaned up some multithreading issues based on sanitize...
2022-09-13 Michael D.... added task table and reworked so things are 'mostly...
2022-09-13 Michael D.... started adding process table
2022-09-13 Michael D.... minor rework
2022-09-12 Michael D.... added task local heap using bump pointer
2022-09-12 Michael D.... added heap
2022-09-10 Michael D.... fixed linked list implementation
2022-09-09 Michael D.... finished initial cut of task system
2022-09-09 Michael D.... added task activation spinlock
2022-09-09 Michael D.... minor refactoring
2022-09-08 Michael D.... mostly stable except the exit condition
2022-09-08 Michael D.... working version multithreaded with a single queue
2022-09-07 Michael D.... fixed crashing context switch
2022-09-06 Michael D.... non-crashing, non-exiting, multi-threaded job queue
2022-09-04 Michael D.... add coroutine experiment
2022-09-01 Michael D.... initial commit of module sketches based on active obero...
2022-09-01 Michael D.... initial commit