Name:
Anonymous
2006-01-14 3:30
Can anyone recomend me a good website that teaches how to write device drivers? (either Windows XP or Linux Ubuntu)
Name:
Anonymous
2011-09-30 6:06
http://forum.osdev.org/viewtopic.php?f=13&t=24201
I wrote a disassembler and I have a table for looking-up symbols in memory.
I wrote a compiler and obviously an assembler and disassembler. Compiler is an order of magnitude more work than assembler.