mirror of
https://github.com/daniel-e/tetros.git
synced 2025-04-19 16:38:05 +02:00
update
This commit is contained in:
parent
5315869882
commit
9f013cf802
1 changed files with 25 additions and 0 deletions
25
README
Normal file
25
README
Normal file
|
@ -0,0 +1,25 @@
|
|||
Sonstiges
|
||||
|
||||
objdump -D -b binary -mi386 -Maddr16,data16 mbr.com |less
|
||||
|
||||
==============================================================================
|
||||
|
||||
echo -n -e '\x55\xaa' > signature.bin
|
||||
dd if=/dev/zero of=mbr.img bs=512 count=1
|
||||
|
||||
nasm code.asm
|
||||
|
||||
dd conv=notrunc if=code of=mbr.img
|
||||
dd conv=notrunc if=signature.bin of=mbr.img bs=1 seek=510
|
||||
|
||||
qemu-system-i386 mbr.img
|
||||
|
||||
|
||||
mov ah, 0x0e
|
||||
mov al, 'X'
|
||||
int 0x10
|
||||
|
||||
|
||||
Other
|
||||
1. https://github.com/Shikhin/tetranglix
|
||||
2. Bootris
|
Loading…
Add table
Add a link
Reference in a new issue