I am reading osdev wiki. I came across these two lines of code.
nasm kernel.asm -f bin -o kernel.bin
dd if=kernel.bin of=/dev/fd0
I can understand the first line but I can't understand the second line. what the second line do? what is this dd command? what is this /dev/fd0 here? Can anybody explain me this please? Thanks in advance.