chore: tweak prettier ignore

This commit is contained in:
thomasabishop 2024-10-19 10:18:48 +01:00
parent 6253d33426
commit c90cb155a3
2 changed files with 7 additions and 5 deletions

View file

@ -1 +1,3 @@
.zk/ .zk
.vscode
.obsidian

View file

@ -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 virtual memory capcacity that exceeds the current physical capacity of the
machine: machine:
> _It's possible for the kernel and all running processes to request more bytes > _It's possible for the kernel and all running processes to request more
> of virtual memory than the total size of RAM. In that situation, the OS can > byte<!-- -->s of virtual memory than the total size of RAM. In that
> move move bytes of memory to secondary storage to make room in RAM for newly > situation, the OS can move move bytes of memory to secondary storage to make
> requested memory._ > room in RAM for newly requested memory._
_How Computers Really Work_ (2021) p.206 _How Computers Really Work_ (2021) p.206