There is lots of info on how to make MBR(Master Boot Record) -based programs, but its all scattered or outdated. This is an attempt to collect the useful information into a single relevant tutorial/example. Sample source code included.
Bootsector/MBR code and installing it v1.1
(C)2002 Random Person - http://randomperson.cjb.net
-----------------------------------------------------------------------------
FILES INCLUDED-
README.TXT This File
Tutorial.txt The tutorial..
\nasm\MBR.ASM NASM sample MBR
\nasm\Program.asm
\nasm\varibles.asm A file with needed varibles to make program work
\a86\MBR.ASM a86 source code
\a86\Program.asm
\a86\varibles.asm A file with needed varibles to maek program work
THIS PROGRAM IS FREEWARE, AND COMES WITH THE SOURCE CODE. IM NOT RESPONSIBLE
FOR ANYTHING THAT HAPPENS IF THIS PROGRAM IS USED, AND I DON'T CARE WHAT YOU
DO WITH IT EITHER. YOU CAN DECOMPILE (why would you do that?? the source is
included..), DISASSEMBLE, DESTROY, MODIFY, ETC THIS PROGRAM AS MUCH AS YOU
WANT! MY ONLY CONDITION IS THAT YOU GIVE ME CREDIT... IF YOU WANT TO
REDISTRIBUTE THIS PACKAGE, THEN DO IT!! JUST DISTRIBUTE THIS PACKAGE AS A
WHOLE (and tell me about it too..)...
NOTE: THIS FILE IS ONLY USEFUL TO YOU IF YOU NEED TO MESS WITH MBR'S AND
BOOTSECTORS AND STUFF LIKE THAT. DUH
File List:
a86/
0b
a86/mbr.asm
4Kb
a86/program.asm
418b
a86/varibles.asm
271b
nasm/
0b
nasm/mbr.asm
4Kb
nasm/program.asm
418b
nasm/varibles.asm
271b
readme.txt
3Kb
tutorial.txt
9Kb
Similar code
0cd CD-Rom Emulator v7.1 with Asm/Pascal sourcecode
(Popularity: ) : CD is a small resident utility which emulates MSCDEX in a way I have not found in any other emulator. Tolow
(Popularity: ) : This is a utility that converts all long filenames to lower case. Every time I have been messing around in ...