Fix stuff

This commit is contained in:
August 2025-09-26 16:02:45 -04:00
parent 0330d3aa1a
commit 7f869275bf
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2
3 changed files with 28 additions and 9 deletions

View File

@ -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"

2
README.md Normal file
View File

@ -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.

View File

@ -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]]