From c90cb155a33e35f598a00f9d20b563736a43d98c Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sat, 19 Oct 2024 10:18:48 +0100 Subject: [PATCH] chore: tweak prettier ignore --- .prettierignore | 4 +++- zk/VirtualMemory.md | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.prettierignore b/.prettierignore index 292aad0..febcb52 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,3 @@ -.zk/ +.zk +.vscode +.obsidian diff --git a/zk/VirtualMemory.md b/zk/VirtualMemory.md index 12c1b10..9820eb9 100644 --- a/zk/VirtualMemory.md +++ b/zk/VirtualMemory.md @@ -36,10 +36,10 @@ It is also possible for the kernel to present user space with an available virtual memory capcacity that exceeds the current physical capacity of the machine: -> _It's possible for the kernel and all running processes to request more bytes -> of virtual memory than the total size of RAM. In that situation, the OS can -> move move bytes of memory to secondary storage to make room in RAM for newly -> requested memory._ +> _It's possible for the kernel and all running processes to request more +> bytes of virtual memory than the total size of RAM. In that +> situation, the OS can move move bytes of memory to secondary storage to make +> room in RAM for newly requested memory._ _How Computers Really Work_ (2021) p.206