From a99d09af0c8c692761321df8ca42b243fa144a90 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Sat, 5 Apr 2025 00:05:05 +0200 Subject: [PATCH] vault backup: 2025-04-05 00:05:05 --- .obsidian/app.json | 2 +- .obsidian/workspace.json | 6 +++--- Concurrent Systems/notes/1b - Peterson algorithm.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index 3baaa6b..88a03a4 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -8,5 +8,5 @@ "downscalePercent": 84 }, "useMarkdownLinks": true, - "newLinkFormat": "absolute" + "newLinkFormat": "relative" } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index d22c59c..94d1919 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -191,10 +191,12 @@ }, "active": "7c5b0ca6f7687800", "lastOpenFiles": [ + "Concurrent Systems/notes/images/Pasted image 20250405000438.png", + "Concurrent Systems/notes/1b - Peterson algorithm.md", + "Pasted image 20250405000428.png", "Concurrent Systems/notes/3b - Aravind's algorithm and improvements.md", "Concurrent Systems/notes/4 - Semaphores.md", "Concurrent Systems/notes/2b - Round Robin algorithm.md", - "Concurrent Systems/notes/1b - Peterson algorithm.md", "Concurrent Systems/notes/4b - Monitors.md", "Concurrent Systems/notes/4c - Dining Philosophers.md", "Concurrent Systems/a.md", @@ -234,8 +236,6 @@ "Concurrent Systems/notes/images/Pasted image 20250324091452.png", "Concurrent Systems/notes/images/Pasted image 20250324082534.png", "Concurrent Systems/notes/images/Pasted image 20250324082545.png", - "Concurrent Systems/notes/images/Pasted image 20250324092633.png", - "Concurrent Systems/notes/images/Pasted image 20250324100652.png", "Senza nome.canvas" ] } \ No newline at end of file diff --git a/Concurrent Systems/notes/1b - Peterson algorithm.md b/Concurrent Systems/notes/1b - Peterson algorithm.md index 296cfda..9b1f6ab 100644 --- a/Concurrent Systems/notes/1b - Peterson algorithm.md +++ b/Concurrent Systems/notes/1b - Peterson algorithm.md @@ -53,7 +53,7 @@ unlock(i) := **How has p0 entered its CS?** a) `FLAG[1] = down`, this is possible only with the following interleaving: -![](/Concurrent%20Systems/notes/images/Pasted%20image%2020250303100721.png) +![](images/Pasted%20image%2020250303100721.png) b) `AFTER_YOU = 1`, this is possible only with the following interleaving: ![](Concurrent%20Systems/notes/images/Pasted%20image%2020250303100953.png)