jump to sector(of file wich contain the file name:'second')
Posted: Mon Feb 26, 2018 1:26 pm
Hi all,
First I have to say i did not learn the assembly language... so the question i guess is more
easily asked than be answered.
I have my own website :http://212.114.109.207/boot/boot.html where you can
enter in the first textarea some 'bootloader code' if you press the make iso button there
will be a .iso output wich you can burn on a dvd-rw. The bootloader works.
Its made with the command(php):
$op=system("genisoimage -b prog".$getal.".img -no-emul-boot -boot-load-size 4 -o discprog".$getal.".iso /var/www/boot/ >> ".$getal."3.txt 2>&1 ",$back);
In the second textarea(second[random].img) you can add more code(at least that is the idea)...
but how to jump to that file(second[random].img).
I burned an .iso file on my own dvd-rw(TDK) and it contains a lot of files...
The second[random].img file is what i am looking for... i opened the burned .iso
file with: 'iso-buster' and if i am right it said : LBA 37.
I burned it on a other dvd-rw(HEMA) and it said : LBA 36.
So how do i jump to that file...?
Thx,
Frederik
First I have to say i did not learn the assembly language... so the question i guess is more
easily asked than be answered.
I have my own website :http://212.114.109.207/boot/boot.html where you can
enter in the first textarea some 'bootloader code' if you press the make iso button there
will be a .iso output wich you can burn on a dvd-rw. The bootloader works.
Its made with the command(php):
$op=system("genisoimage -b prog".$getal.".img -no-emul-boot -boot-load-size 4 -o discprog".$getal.".iso /var/www/boot/ >> ".$getal."3.txt 2>&1 ",$back);
In the second textarea(second[random].img) you can add more code(at least that is the idea)...
but how to jump to that file(second[random].img).
I burned an .iso file on my own dvd-rw(TDK) and it contains a lot of files...
The second[random].img file is what i am looking for... i opened the burned .iso
file with: 'iso-buster' and if i am right it said : LBA 37.
I burned it on a other dvd-rw(HEMA) and it said : LBA 36.
So how do i jump to that file...?
Thx,
Frederik