Page 1 of 2

Os dev - Tutorials.

Posted: Sun Jun 01, 2008 12:34 pm
by kmtdk
Hi all.
I have been thinking about, were did you leaned all about com.
Can you post some good urls on pmode programming, and other stuff.
also some tutorials.

Thanks

Posted: Sun Jun 01, 2008 12:50 pm
by JamesM

Posted: Sun Jun 01, 2008 1:07 pm
by Combuster
I can't find the tutorials I grew up with anymore (at least, not with a 2-minute search)

I know I started low level programming with TC3 and the MCGA tutorials, followed by a protected mode tutorial for DOS. (Yes, I'm ancient :D)

Posted: Sun Jun 01, 2008 1:23 pm
by lukem95

Posted: Sun Jun 01, 2008 1:25 pm
by neon
www.osdev.org

...oh wait ;)

Posted: Sun Jun 01, 2008 5:00 pm
by pcmattman

Posted: Sun Jun 01, 2008 8:21 pm
by 01000101
books & osdever.net.

I bet I can guess what the next persons reply will be... (osdev.org/osdever.net) :lol:

Posted: Sun Jun 01, 2008 8:26 pm
by jinksys
http://my.execpc.com/~geezer/osd/

http://www.osdever.net

MegaTokyo's OSFAQ2; offline but had so much better information.

Posted: Sun Jun 01, 2008 9:11 pm
by Alboin
jinksys wrote:MegaTokyo's OSFAQ2; offline but had so much better information.
All the old articles have been transferred to the new wiki. The info should be the same, if not better.

Posted: Mon Jun 02, 2008 11:05 am
by JAAman
Alboin wrote:
jinksys wrote:MegaTokyo's OSFAQ2; offline but had so much better information.
All the old articles have been transferred to the new wiki. The info should be the same, if not better.
the information might be the same, but its a billion times harder to find/read


just my opinion

Posted: Mon Jun 02, 2008 11:50 am
by jinksys
JAAman wrote:
Alboin wrote:
jinksys wrote:MegaTokyo's OSFAQ2; offline but had so much better information.
All the old articles have been transferred to the new wiki. The info should be the same, if not better.
the information might be the same, but its a billion times harder to find/read


just my opinion
Exactly. Luckily, I saved a copy of the old wiki before the transfer.

Posted: Thu Jun 05, 2008 4:39 pm
by kmtdk
Thanks for the replis.
Well i need some information on paging, in asm. And if anyone knows a tutorial on paging, and / or multitaksing ( in asm) i will be realy glad.

KMT

Posted: Thu Jun 05, 2008 4:42 pm
by neon
kmtdk wrote:Thanks for the replis.
Well i need some information on paging, in asm. And if anyone knows a tutorial on paging, and / or multitaksing ( in asm) i will be realy glad.

KMT
Why do you *need* one in assembly? If you know and understand the concepts behind how it works, then you should be able to write it; not take the code from it.

JamesM has a very good tutorial on paging, but it is in C: Clicky

Posted: Thu Jun 05, 2008 5:18 pm
by kmtdk
Well i dont need, but it shows how it might look. And you learn better by exampels.
anyway, do you know were "Megatokyo OSFAQ2" is ? cause i have heard it is good.

KMT

Posted: Thu Jun 05, 2008 6:45 pm
by pcmattman
The OSFAQ2 was replaced with our wiki, at http://www.osdev.org/wiki/.

Everything in the old FAQ is there, and more.

You can also try the paging tutes at osdever.net or (if you're feeling especially game) by reading up on the paging sections in the Intel manuals.