In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
275 bytes added ,  20:42, 10 May 2021
Line 63: Line 63:  
:Using 6944: you convert it to hex and get 0x1B20.  The first number is 0x1B, which is 27.  The second number is 0x20, which is 32.  Thus the number is 27.32.  (Another way of thinking about it is that the first part is the number divided by 256, and the second part is the number modulo 256.  But converting it into hex makes it easier to think of it as 2 bytes.)
 
:Using 6944: you convert it to hex and get 0x1B20.  The first number is 0x1B, which is 27.  The second number is 0x20, which is 32.  Thus the number is 27.32.  (Another way of thinking about it is that the first part is the number divided by 256, and the second part is the number modulo 256.  But converting it into hex makes it easier to think of it as 2 bytes.)
 
:I don't know why 1798 = 0x706 is written as 0.7.6; it would make more sense as 7.6 (from 0x0706). --20:04, 10 May 2021 (CEST)
 
:I don't know why 1798 = 0x706 is written as 0.7.6; it would make more sense as 7.6 (from 0x0706). --20:04, 10 May 2021 (CEST)
 +
::I see, thanks for the explanation! Yeah, I think the thing with the 0.7.6 is, that it started out as IOS0. So the 0 is the "major" version number. At least that's what I get from what's in the infobox. [[User:Fawe|Fawe]] ([[User talk:Fawe|talk]]) 20:41, 10 May 2021 (CEST)
313

edits

Navigation menu