this post was submitted on 25 Nov 2023
1 points (100.0% liked)

Hardware

33 readers
1 users here now

A place for quality hardware news, reviews, and intelligent discussion.

founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago (7 children)

https://en.wikipedia.org/wiki/Tiny_Core_Linux

There are <100MB Linux distributions. Is it theoretically possible to run an entire operating system without RAM, purely in CPU cache?

[–] [email protected] 1 points 9 months ago (4 children)

That's exactly what is done during bring up of new SoCs. Memory controllers are either non-functional in early prototypes or a miniature design is put into a bunch of FPGAs with only a single core and caches. The cache lines and TLB entries are primed and pinned with all relevant code and data pages before booting up a kernel.

[–] [email protected] 1 points 9 months ago (1 children)

I think this is also what happens at boot on most systems before RAM is initialized, so maybe boot times could be faster if they took advantage of caches getting larger?

[–] [email protected] 1 points 9 months ago

Not sure if you meant to point out something else but initramfs or ramdisks are loaded on to RAM itself which is already up and running at that point. RAM initialization is usually initiated by early boot firmware and information about the physical address map is eventually passed on to the OS kernel which later sets up paging (virtual memory).

load more comments (2 replies)
load more comments (4 replies)