mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
vault backup: 2023-10-30 15:35:19
This commit is contained in:
parent
ba6bb2a630
commit
20836aae83
3 changed files with 11 additions and 8 deletions
|
|
@ -12,8 +12,8 @@
|
|||
"checkpointList": [
|
||||
{
|
||||
"path": "/",
|
||||
"date": "2023-10-29",
|
||||
"size": 1610090
|
||||
"date": "2023-10-30",
|
||||
"size": 1610130
|
||||
}
|
||||
],
|
||||
"activityHistory": [
|
||||
|
|
@ -1383,6 +1383,10 @@
|
|||
{
|
||||
"date": "2023-10-29",
|
||||
"value": 1331
|
||||
},
|
||||
{
|
||||
"date": "2023-10-30",
|
||||
"value": 40
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
3
notes/.obsidian/workspace.json
vendored
3
notes/.obsidian/workspace.json
vendored
|
|
@ -231,8 +231,7 @@
|
|||
"table-editor-obsidian:Advanced Tables Toolbar": false,
|
||||
"obsidian-excalidraw-plugin:Create new drawing": false,
|
||||
"omnisearch:Omnisearch": false,
|
||||
"obsidian-spaced-repetition:Review flashcards": false,
|
||||
"breadcrumbs:Breadcrumbs Visualisation": false
|
||||
"obsidian-spaced-repetition:Review flashcards": false
|
||||
}
|
||||
},
|
||||
"active": "9a81c510e5d5ca3e",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
- MBR Master Boot Record
|
||||
- GPT GUID Partition Table
|
||||
- vybereme co spustit
|
||||
- nacteme prvnich 512 bajtu do RAM
|
||||
- nacteme prvnich 512 bajtu (sektor) do RAM
|
||||
- spustime, zbytek uz neni problem biosu
|
||||
- boot loader
|
||||
- grub, windows, systemd-boot
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
- dela strasne jednoduchou vec
|
||||
- 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
|
||||
- linux spusti initramfs a namountuje (hlavni) disk
|
||||
- pote se spusti procesy (zacne fungovat scheduler)
|
||||
- spusti se idle proces (process co nic nedela, napriklad pouze spousti HALT/HLT instrukci)
|
||||
- linux spusti initramfs (early user space) a namountuje (hlavni) disk
|
||||
- pote se spusti procesy (zacne fungovat pre emptive scheduler)
|
||||
- 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)
|
||||
Loading…
Reference in a new issue