Fix stuff
This commit is contained in:
parent
0330d3aa1a
commit
7f869275bf
34
.obsidian/workspace.json
vendored
34
.obsidian/workspace.json
vendored
@ -21,6 +21,20 @@
|
|||||||
"title": "Welcome"
|
"title": "Welcome"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "b8235df40c0f3beb",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "README.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
},
|
||||||
|
"icon": "lucide-file",
|
||||||
|
"title": "README"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "03a1d09568f1c625",
|
"id": "03a1d09568f1c625",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
@ -35,7 +49,8 @@
|
|||||||
"title": "Physical & Virtual Memory"
|
"title": "Physical & Virtual Memory"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"currentTab": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@ -108,7 +123,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Welcome.md",
|
"file": "README.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -118,7 +133,7 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Backlinks for Welcome"
|
"title": "Backlinks for README"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -127,12 +142,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Welcome.md",
|
"file": "README.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-going-out",
|
"icon": "links-going-out",
|
||||||
"title": "Outgoing links from Welcome"
|
"title": "Outgoing links from README"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -156,13 +171,13 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Welcome.md",
|
"file": "README.md",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of Welcome"
|
"title": "Outline of README"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -194,10 +209,11 @@
|
|||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "fcb894c66b7bc94f",
|
"active": "b8235df40c0f3beb",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Physical & Virtual Memory.md",
|
|
||||||
"Welcome.md",
|
"Welcome.md",
|
||||||
|
"README.md",
|
||||||
|
"Physical & Virtual Memory.md",
|
||||||
"Registers.md",
|
"Registers.md",
|
||||||
"Rings & Privilege Levels.md",
|
"Rings & Privilege Levels.md",
|
||||||
"create a link.md"
|
"create a link.md"
|
||||||
|
|||||||
2
README.md
Normal file
2
README.md
Normal 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.
|
||||||
@ -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 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
|
## Table of Contents
|
||||||
- [[Physical & Virtual Memory]]
|
- [[Physical & Virtual Memory]]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user