[flagged]
I'm 17 and wrote this guide on how CPUs run programs
241–250 of 327 posts
Re: I'm 17 and wrote this guide on how CPUs run programs
#242Re: I'm 17 and wrote this guide on how CPUs run programs
#243The current description of CPUs mix things up with OS concepts. You may want to look into things like memory management units ( MMU ) that builds on the basic Von Neumann architecture to provide "virtual memory" such that an OS can use it to provide process isolation that OS's can use. Also the more capable CPUs have what are often called "modes" (protected mode in x86, ARM have a similar thing) to isolate running programs from each other and be able to create rings for things like kernels and device drivers.
Re: I'm 17 and wrote this guide on how CPUs run programs
#244Re: I'm 17 and wrote this guide on how CPUs run programs
#245OP, don't excuse your work by prefixing it with your age. Your write-up is better than most people will ever do. Nice work!
Re: I'm 17 and wrote this guide on how CPUs run programs
#246Re: I'm 17 and wrote this guide on how CPUs run programs
#247This is on my reading list. This little bit sold me on it in the past: > The bottom of every page is padded so readers can maintain a consistent eyeline. Such a tiny and, in hindsight, obvious detail. It's surprisingly pleasant. When I noticed that, I knew I had a passion project in front of me.
There are quite a few very nice UI touches. I think the bit about the author (authors?) being 17 is relevant because it seems like they put a lot of thought about how to represent a book on the web and came up with some new conventions, just like you'd expect from a new generation. The chapter navigation widget at the top for example, where the previous and next chapters are slightly opaque. Haven't seen that before.
Re: I'm 17 and wrote this guide on how CPUs run programs
#248But well organized none the less!
Re: I'm 17 and wrote this guide on how CPUs run programs
#249Re: I'm 17 and wrote this guide on how CPUs run programs
#250Earlier quoted context omitted.
I can't resist pointing out that LWN ( https://lwn.net/ ) has been dedicated, for many years, to the production of operating-system information that is not terrible. Have a look, and perhaps consider joining us :)
LWN is one of my favorite websites. I learned more from LWN articles (probably mostly yours lol) than most other resources on the internet when researching for my article. I actually quoted you from 19 years ago! https://cpu.land/epilogue#bonus-tidbits