Advertisement
Eeems

Untitled

Jun 12th, 2011
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. FileTable:
  2. db 07Fh ; Type ID = Folder
  3. db "OS", 0 ; Folder name
  4. dw OSFolderEnd-OSFolder; Length
  5.  
  6. OSFolder:
  7.  
  8. db "boot.kxe", 0 ; File name
  9. db 01h ; Flash page
  10. dw BootProgram ; Pointer to data (word)
  11. dw BootProgramEnd-BootProgram ; Length (word)
  12.  
  13. OSFolderEnd:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement