vault backup: 2023-10-30 15:35:19

This commit is contained in:
Daniel Bulant 2023-10-30 15:35:19 +01:00
parent ba6bb2a630
commit 20836aae83
3 changed files with 11 additions and 8 deletions

View file

@ -12,8 +12,8 @@
"checkpointList": [ "checkpointList": [
{ {
"path": "/", "path": "/",
"date": "2023-10-29", "date": "2023-10-30",
"size": 1610090 "size": 1610130
} }
], ],
"activityHistory": [ "activityHistory": [
@ -1383,6 +1383,10 @@
{ {
"date": "2023-10-29", "date": "2023-10-29",
"value": 1331 "value": 1331
},
{
"date": "2023-10-30",
"value": 40
} }
] ]
} }

View file

@ -231,8 +231,7 @@
"table-editor-obsidian:Advanced Tables Toolbar": false, "table-editor-obsidian:Advanced Tables Toolbar": false,
"obsidian-excalidraw-plugin:Create new drawing": false, "obsidian-excalidraw-plugin:Create new drawing": false,
"omnisearch:Omnisearch": false, "omnisearch:Omnisearch": false,
"obsidian-spaced-repetition:Review flashcards": false, "obsidian-spaced-repetition:Review flashcards": false
"breadcrumbs:Breadcrumbs Visualisation": false
} }
}, },
"active": "9a81c510e5d5ca3e", "active": "9a81c510e5d5ca3e",

View file

@ -36,7 +36,7 @@
- MBR Master Boot Record - MBR Master Boot Record
- GPT GUID Partition Table - GPT GUID Partition Table
- vybereme co spustit - vybereme co spustit
- nacteme prvnich 512 bajtu do RAM - nacteme prvnich 512 bajtu (sektor) do RAM
- spustime, zbytek uz neni problem biosu - spustime, zbytek uz neni problem biosu
- boot loader - boot loader
- grub, windows, systemd-boot - grub, windows, systemd-boot
@ -45,7 +45,7 @@
- dela strasne jednoduchou vec - dela strasne jednoduchou vec
- nacte system do pameti a spusti jej - nacte system do pameti a spusti jej
- u linuxu nacte kernel a initramfs, a rekne kernelu kde ma disk a aby spustil veci z initramfs, a spusti kernel - u linuxu nacte kernel a initramfs, a rekne kernelu kde ma disk a aby spustil veci z initramfs, a spusti kernel
- linux spusti initramfs a namountuje (hlavni) disk - linux spusti initramfs (early user space) a namountuje (hlavni) disk
- pote se spusti procesy (zacne fungovat scheduler) - pote se spusti procesy (zacne fungovat pre emptive scheduler)
- spusti se idle proces (process co nic nedela, napriklad pouze spousti HALT/HLT instrukci) - spusti se idle proces (process co nic nedela, napriklad pouze spousti HALT/HLT instrukci, ktera uspi jadro)
- spusti se init proces (pid 1, /sbin/init) - spusti se init proces (pid 1, /sbin/init)