mirror of https://github.com/E-Almqvist/eOS
parent
ad3daf0d36
commit
56ad0ca364
@ -0,0 +1,2 @@ |
|||||||
|
bin/ |
||||||
|
*.bin |
@ -0,0 +1,4 @@ |
|||||||
|
jmp $ |
||||||
|
|
||||||
|
times 510-($-$$) db 0 |
||||||
|
db 0x55, 0xaa |
@ -0,0 +1,3 @@ |
|||||||
|
#!/usr/bin/bash |
||||||
|
|
||||||
|
nasm -f bin bootloader.asm -o bootloader.bin |
Loading…
Reference in new issue