Posted: Tue Nov 14, 2006 3:22 pm
Here is my bootsector (it is probably unsafe... LOL):
Most of my boot sector has been stolen, though I _THINK_ I understand it.
Code: Select all
;;;[EDIT]
Code: Select all
;;;[EDIT]
0000:1000 isnt the same address as 1000:0000, therefore your ORG directive is incorrectLprogster wrote:Code: Select all
mov ax, 0 mov es, ax mov bx, 0x1000 ; Destination address = 0000:1000
To be honest, it can be very useful to see other people's mistakes so they can avoid them. So for next time, leave your code in place so people can see what happened.Lprogster wrote:NOTE: Anyone looking at this most: Ive removed the code as it probably really sucked...
You're welcome.Thankyou very much Combuster for all the time you have spent helping me .