NASM Forum > Using NASM

How to combine two bin files together into single bin file on windows ?

(1/1)

gomi:
I want to combine my first boot loader and second stage loader into one file, how can I achieve it with NASM winx64 ?

debs3759:
Do you mean boot sector or first stage OS loader when you say boot loader? If you mean boot sector, it's simpler to to load the other file from you boot sector.

Frank Kotler:
It is not NASM's job to combine files. Do it with an editor or OS utility. I seriously doubt if this is what you want to do! Let's discuss this further... or try it and see what happens...

Best,
Frank

gomi:
Oh of course, I found "type" command on windows for this purpose and got my floppy.bin as a result.

Navigation

[0] Message Index

Go to full version