Author Topic: Assembly/OS Design links...  (Read 15756 times)

VBprogrammer

  • Back on GMT thank god
  • Jackass IV
  • Posts: 747
  • Karma: +13/-21
Assembly/OS Design links...
« 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
« Last Edit: April 15, 2005, 11:04:32 AM by VBprogrammer »