Julien CLEMENT juju
juju commented on issue juju/JuliOS#2 2022-12-30 12:56:16 +00:00
Spawner

Mutexed executor is a paved road to race conditions, implement a spawner instead with a task queue shared with the executor

juju opened issue juju/JuliOS#12 2022-12-30 12:44:41 +00:00
open mount root in ISO fs
juju opened issue juju/JuliOS#11 2022-12-30 09:26:22 +00:00
ELF loader
juju opened issue juju/JuliOS#10 2022-12-30 09:25:26 +00:00
Context switching
juju closed issue juju/JuliOS#7 2022-12-30 09:24:37 +00:00
One time async executor
juju commented on issue juju/JuliOS#7 2022-12-30 09:24:30 +00:00
One time async executor

Edit: this is trash, do threads instead

juju opened issue juju/JuliOS#9 2022-12-30 09:24:08 +00:00
Scheduler
juju opened issue juju/JuliOS#8 2022-12-30 09:23:15 +00:00
Threads
juju pushed to threads at juju/JuliOS 2022-12-29 17:58:53 +00:00
9199c60948 create thread and scheduler base files
juju created branch threads in juju/JuliOS 2022-12-29 17:58:52 +00:00
juju deleted branch vfs from juju/JuliOS 2022-12-29 09:16:11 +00:00
juju closed issue juju/JuliOS#5 2022-12-29 09:12:04 +00:00
VFS mount points
juju pushed to master at juju/JuliOS 2022-12-29 09:11:51 +00:00
7a443723e5 Remove mount point prefix in virtual FS open
5303ea4581 add prefix tree map to search for mount points
ec98428697 add trie map dependency
Compare 3 commits »
juju pushed to vfs at juju/JuliOS 2022-12-28 17:44:47 +00:00
7a443723e5 Remove mount point prefix in virtual FS open
juju pushed to vfs at juju/JuliOS 2022-12-27 20:38:48 +00:00
5303ea4581 add prefix tree map to search for mount points
juju pushed to vfs at juju/JuliOS 2022-12-26 20:28:51 +00:00
ec98428697 add trie map dependency
juju created branch vfs in juju/JuliOS 2022-12-26 20:28:50 +00:00
juju opened issue juju/JuliOS#7 2022-12-26 19:41:20 +00:00
One time async executor
juju opened issue juju/JuliOS#6 2022-12-26 19:38:20 +00:00
Syscall wrapper
juju opened issue juju/JuliOS#5 2022-12-25 16:11:17 +00:00
VFS mount points