OSDev.org
https://forum.osdev.org/

How can I lineraly learn?
https://forum.osdev.org/viewtopic.php?f=1&t=37394
Page 1 of 1

Author:  ghzcrlvct [ Mon Oct 26, 2020 12:28 pm ]
Post subject:  How can I lineraly learn?

I have never learned something linearly troughout my journey when it comes to any CS topic, but I have recently wanted to read the Intel Architecture book, but I find that I can barely get trough it since there are too many terms, concepts, etc. that I am unaware of and it makes it really hard to go trough.

Is there some sort of easier path I can take in terms of learning? Some book I can read first in order to have an easier time getting trough the Intel manual?

Author:  bloodline [ Mon Oct 26, 2020 12:39 pm ]
Post subject:  Re: How can I lineraly learn?

ghzcrlvct wrote:
I have never learned something linearly troughout my journey when it comes to any CS topic, but I have recently wanted to read the Intel Architecture book, but I find that I can barely get trough it since there are too many terms, concepts, etc. that I am unaware of and it makes it really hard to go trough.

Is there some sort of easier path I can take in terms of learning? Some book I can read first in order to have an easier time getting trough the Intel manual?


There are no shortcuts to learning. Everything you learn will be built upon your previous learning.

That said, I find the Intel CPU architecture a headache... start with a cleaner design, MIPS is the poster boy here... if you want something with more real world application (and therefore lots of great example code) you could try the original ARM or the 68000... if you are new to CPUs in general then definitely start much simpler like the 6502.

Author:  PeterX [ Mon Oct 26, 2020 12:57 pm ]
Post subject:  Re: How can I lineraly learn?

ghzcrlvct wrote:
I have never learned something linearly troughout my journey when it comes to any CS topic, but I have recently wanted to read the Intel Architecture book, but I find that I can barely get trough it since there are too many terms, concepts, etc. that I am unaware of and it makes it really hard to go trough.

Is there some sort of easier path I can take in terms of learning? Some book I can read first in order to have an easier time getting trough the Intel manual?

I'm sure there are some books which introduce important concepts and terms.
I'm not sure which books those are. I think I learned from an Assembler book. Maybe you should start application development. Because there you can learn concepts step by step. You know, algorithms, memory map, DMA, IO ports and binary logic etc. Then you can understand the Intel doc (and OS dev in general) better.

I must admit I'm not very happy with the Intel manuals, too. But I use it occasionally to look up some detail.

Greetings
Peter

Author:  iansjack [ Mon Oct 26, 2020 1:26 pm ]
Post subject:  Re: How can I lineraly learn?

Try the AMD manuals.

Author:  sj95126 [ Wed Nov 04, 2020 1:44 pm ]
Post subject:  Re: How can I lineraly learn?

iansjack wrote:
Try the AMD manuals.

I wholeheartedly encourage this approach. Not only are the AMD manuals infinitely more readable, there are particular technical details that they state outright that the Intel manuals fail to describe clearly.

Author:  Korona [ Wed Nov 04, 2020 4:08 pm ]
Post subject:  Re: How can I lineraly learn?

Intel (and AMD) manuals are references and not meant to be read from front to back.

You don't read a dictionary from front to back either, do you?

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/