English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 06 April 2006, 19:56   #1
-Rob-
 
Posts: n/a
Bootblock checksum

..

Last edited by -Rob-; 23 June 2008 at 10:43.
 
Old 06 April 2006, 20:16   #2
bobbybearing
Zone Friend
 
bobbybearing's Avatar
 
Join Date: Oct 2003
Location: France
Age: 51
Posts: 161
bootchecksum

some years ago, i done a bootblock checksum calculator to get a 4 letters word (like in Rampage/TEK boot ) : just add a long word at the end of the boot (if 8 bytes left) for getting good checksum value
this version use source of the boot. perhaps can help you
Attached Files
File Type: zip BootCheckSum.zip (2.7 KB, 380 views)

Last edited by bobbybearing; 06 April 2006 at 21:48.
bobbybearing is offline  
Old 17 April 2006, 01:49   #3
Ray Norrish
Registered User
 
Ray Norrish's Avatar
 
Join Date: May 2005
Location: Cheshire, UK
Age: 56
Posts: 322
Also, I always used Rossi Monitor for bootblock checksums... never needed to know how it worked, as I used Rossi Monitor to write the bootblock also!
Ray Norrish is offline  
Old 17 April 2006, 01:52   #4
Ray Norrish
Registered User
 
Ray Norrish's Avatar
 
Join Date: May 2005
Location: Cheshire, UK
Age: 56
Posts: 322
Actually, reading again I see that you are not talking about the bootblock checksum, more so the DOS! or other custom bootblock identifier. This isn't the checksum, the checksum is longword at ()4 from my poor 15 year old memory!
Ray Norrish is offline  
Old 17 April 2006, 15:39   #5
bobbybearing
Zone Friend
 
bobbybearing's Avatar
 
Join Date: Oct 2003
Location: France
Age: 51
Posts: 161
no, it's about the whole bootblock header (and not DOS) :
dc.b "DOS",0 ; never changed
dc.b " FLA" ; .L longword checksum
dc.b "SH " ; root block (normal root is $370)
... boot code"

=> get "DOS. FLASH ..."

the checksum = " FLA" in ascii
if something is changed in the code, checksum (so the word FLA) change
my prog add dummy data for having right checksum " FLA" in ascii
bobbybearing is offline  
Old 17 April 2006, 15:49   #6
-Rob-
 
Posts: n/a
Thanks for he program!
 
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Amiga Bootblock Reader jasonver2.0 News 64 08 March 2020 01:08
bootblock mai support.Apps 7 25 September 2012 11:28
Coding a bootblock Yesideez Coders. General 15 23 May 2010 00:13
Interferon Bootblock Protector Bloodwych Nostalgia & memories 4 12 September 2007 08:50
Anyone like to help understanding this bootblock ??? Joe Maroni Coders. Tutorials 2 15 February 2007 17:33

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:15.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07382 seconds with 14 queries