diff --git a/e-boot.bin b/e-boot.bin new file mode 100644 index 0000000..b3ddadc --- /dev/null +++ b/e-boot.bin @@ -0,0 +1,10 @@ +start: +mov al, 'e' +int 0x10 +jmp start + +jmp $ ; jump to current address = infinite loop + +; padding and magic number +times 510 - ($-$$) db 0 +dw 0xaa55