diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index dfdffcf..28a755c 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -21,6 +21,20 @@ "title": "Welcome" } }, + { + "id": "b8235df40c0f3beb", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "README.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "README" + } + }, { "id": "03a1d09568f1c625", "type": "leaf", @@ -35,7 +49,8 @@ "title": "Physical & Virtual Memory" } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -108,7 +123,7 @@ "state": { "type": "backlink", "state": { - "file": "Welcome.md", + "file": "README.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -118,7 +133,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "Backlinks for Welcome" + "title": "Backlinks for README" } }, { @@ -127,12 +142,12 @@ "state": { "type": "outgoing-link", "state": { - "file": "Welcome.md", + "file": "README.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "Outgoing links from Welcome" + "title": "Outgoing links from README" } }, { @@ -156,13 +171,13 @@ "state": { "type": "outline", "state": { - "file": "Welcome.md", + "file": "README.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of Welcome" + "title": "Outline of README" } }, { @@ -194,10 +209,11 @@ "obsidian-git:Open Git source control": false } }, - "active": "fcb894c66b7bc94f", + "active": "b8235df40c0f3beb", "lastOpenFiles": [ - "Physical & Virtual Memory.md", "Welcome.md", + "README.md", + "Physical & Virtual Memory.md", "Registers.md", "Rings & Privilege Levels.md", "create a link.md" diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e24bc8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +These are my personal notes on OS development, part of my [Gila microkernel project](https://git.shibedrill.site/shibedrill/gila). +These notes are in the form of an Obsidian vault, and many features will be unavailable if you are simply viewing it through Gitea. \ No newline at end of file diff --git a/Welcome.md b/Welcome.md index 4bef041..e8fdaa9 100644 --- a/Welcome.md +++ b/Welcome.md @@ -1,4 +1,5 @@ These are my personal notes on OS development, part of my [Gila microkernel project](https://git.shibedrill.site/shibedrill/gila). +These notes are in the form of an Obsidian vault, and many features will be unavailable if you are simply viewing it through Gitea. ## Table of Contents - [[Physical & Virtual Memory]]