Bona Fide OS Dev update - 8.21.2003

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
K.J.

Bona Fide OS Dev update - 8.21.2003

Post by K.J. »

August 21, 2003

* First, sorry about that everything wasn't up back in July as it was supposed to be. We ran into several unexpected problems that slowed us down greatly. Many thanks go to Jimferd for helping us out and getting this update completed finally.
* The tutorials and documents pages are now database driven to allow for faster updates, and to allow sorting of docs and tutorials. By default, the newest docs and tutorials are shown at the top.
* A notes feature has been added to all onsite tutorials and docs, allowing users to leave notes about the perticular tutorial or doc for other users to read. If you find something that is incorrect in a doc or tutorial, please use the notes feature to let us, and others know about it.
* Numerous docs and tutorials have been added, about 25 in all.

http://osdever.net

K.J.
Curufir

Re:Bona Fide OS Dev update - 8.21.2003

Post by Curufir »

Just wanted to say congrats on putting together a really good collection of useful tutorials/documents for the OS dev community.

Got bored so I checked the tutorial section (HTML links)for ya :).

http://osdever.net/tutorials/loading_sectors.php?the_id=86 - Loading Sectors. Explodes display tables

http://osdever.net/tuts/paging.php?the_id=43 - Implementing Basic Paging. Missing page, this is one of yours, so you should know where it is ;D.

http://osdever.net/tutorials/rm_addressing.php?the_id=50 - x86-12/32 RealMode Addressing. Explodes display tables

http://osdever.net/tutorials/bochs/bochs.php?the_id=66 - Bochs for Windows. Explodes display tables

http://osdever.net/tutorials/gccasmtut.php?the_id=68 - A Brief Tutorial on GCC inline asm. Explodes display tables

http://www-106.ibm.com/developerworks/library1-ppc/?t=gr,lnxw07=PowPC?the_id=70 - Introduction to PowerPC assembly. Broken link. Possibly http://www-106.ibm.com/developerworks/linux/library/l-ppc/

http://home-1.worldonline.com.nl/~solognt/codingstuff/ppc_cursus.html?the_id=75 - Introduction to PowerPC Assembly by Dave Evans. Broken Link. This appears to be an alternative http://home-3.tiscali.nl/~solognt/codingstuff/ppc_cursus.html

http://www.pete-cockerell.net:8080/aalp/html/frames.html?the_id=78 - ARM Assembly Language Programming. Broken link. This looks like an alternative http://www.peter-cockerell.net:8080/aalp/

http://vertigo.hsr1.rutgers.edu/ug/make_help.html?the_id=80 - How to Write a Makefile. Broken link. Should be http://vertigo.hsrl.rutgers.edu/ug/make_help.html Note the l, not 1

http://osdever.net/tutorials/grub.php?the_id=5 - Using GRUB. Explodes display tables.

http://osdever.net/tutorials/brunmar/tutorial_01.php?the_id=8 - The booting process. Explodes display tables.

http://osdever.net/tutorials/brunmar/tutorial_02.php?the_id=18 - The world of Protected mode. Explodes display tables.

The exploded display tables seem to have a problem with the divs, seeing as it only happens on a few pages it should be a minor thing.
K.J.

Re:Bona Fide OS Dev update - 8.21.2003

Post by K.J. »

Whoa! Thanks for the ton of info Curufir. I'm fixing those right now. :)

K.J.
Post Reply