[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] NVRAM free bytes?



> does someone have an idea which bytes in our (Falcon/TT) NVRAM are free
> to use?

-------------------------------cut-------------------------------
typedef struct
{
  unsigned int bootpref;
  char reserved[4];
  unsigned char language;
  unsigned char keyboard;
  unsigned char datetime;
  char separator;
  unsigned char bootdelay;
  char reserved2[3];
  unsigned int vmode;
  unsigned char scsi;
} NVM;
-------------------------------cut-------------------------------


Milan have a NVRAM with 224 Bytes:
-------------------------------cut-------------------------------
typedef struct
{
  unsigned int bootpref;
  char reserved[4];
  unsigned char language;
  unsigned char keyboard;
  unsigned char datetime;
  char separator;
  unsigned char bootdelay;
  unsigned char ide_drives;
  unsigned char scsi_drives;
  char reserved2;
  unsigned int vmode;
  unsigned char scsi;
	char reserved3[31];
	unsigned char memory;
	char INT1_2;
	char INT3_4;
	char reserved4[173];
} NVM_Milan;
-------------------------------cut-------------------------------
Important!
The info for the Milan which bytes are free or not is not official. Michael
Schwingen don't give this infomation, because that can change. The list above
is from a Milan with Bootblock 1.02 and TOS 4.08 (2003-03-09).

Gerhard