EntropySink

Technical & Scientific => Programming => Topic started by: VBprogrammer on April 15, 2005, 10:01:04 AM

Title: Assembly/OS Design links...
Post by: VBprogrammer on April 15, 2005, 10:01:04 AM
This is a thread for Assembly/OS Development links, I will add to them as I find/remember good sources of information. Feel free to email me with any links you would like to see included.

Operating System Development:

Website about Lucie the operating system created by an OFD member named Paul Dann (Compuboy) includes a very useful walk-through on boot loaders. http://electrichamster.net/lucie/index.htm

BOCHS the cross platform IA-32 emulator - an invaluble resourse to any OS dev'er! http://bochs.sourceforge.net/

HELPPC an invaluble source of information on bios interupts and ports. http://www.cs.nyu.edu/~yap/classes/machineOrg/helppc

Assembly Programming:

Good website dealing with MASM32 an assembler which lets you create nice 32bit windows programs in assembly. http://win32assembly.online.fr/

Very indepth website dealing with 16bit assembly programming - also worth reading is the articles which give the plus and negitive points of programming in assembly. http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html