Skip to content

Commit

Permalink
Change leftover data offsets according to source file
Browse files Browse the repository at this point in the history
  • Loading branch information
TebexPL authored Apr 18, 2017
1 parent 12b7fdd commit 6135bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ Most of registers **are not "zeroed" and garbage is assigned to them**
### Useful data left in memory

#### after jumping to loaded file there is still some useful data left in memory:
(all offsets are specified in source code)
**(all offsets are specified in source code)**

+ 0x7C00 - DAP, current disk(device number), FAT address, first data sector address
+ 0x7e00 - BPB sector of that partition
+ 0x7E00 - DAP, current disk(device number), FAT address, first data sector address
+ 0x8000 - BPB sector of that partition



Expand Down

0 comments on commit 6135bdb

Please sign in to comment.