• Fwd: Anyone recognise this OS?

    From David Brooks@21:1/5 to FromTheRafters on Tue Mar 28 11:22:40 2023
    XPost: alt.computer.workshop

    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his
    part, and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D


    PC manufacturers generally called their basic input/output system BIOS
    but by any other name such as UEFI they still perform the same basic functions.

    The term 'Settings' and that the storage is RAM as opposed to ROM or
    EEPROM implies that the stored information can be easily altered by the
    user or the system once running.


    UEFI cannot be changed by the computer user (Whereas BIOS settings /can/
    be changed). My Mac is an Intel version.


    I think that you are thinking that internal off-disk data storage areas
    are dangerous (malware?) or perhaps just used for "your trial version
    has expired" sort of supercookie persistence function that you wish to defeat.


    As I've mentioned many times, it was our UK High-Tech Crime Unit which explained to me, way back in 2005, that there is some 'malware' which
    /cannot/ be removed from a computer. I believe that, but don't know
    exactly /how/ it is done.

    You are one of the few folk on ACW who has a Mac. Will YOU accept a
    challenge? Go to www.clamxav.com and download the 'Free Trial", but only
    if YOU are confident that your computer will not be harmed in any way.

    Then answer ..... Does the software 'work' for you?


    CMOS is the type of circuit design and manufacturing process used for
    these things because it consumes very little power and the 'keep alive' voltage (whether it gets called a CMOS capacitor or battery makes no difference) will last longer. Even if this stuff is all VLSI and onboard
    the main processor chip, it still performs the same function.

    I understand this. Thank you. :-)

    --
    David

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From FromTheRafters@21:1/5 to All on Tue Mar 28 11:51:29 2023
    XPost: alt.computer.workshop

    FromTheRafters laid this down on his screen :
    David Brooks laid this down on his screen :
    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his part, >>>>> and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D

    See, I was right in assuming that you are still confused. BIOS (or any brand of equivalent basic input/output system) settings are actually settings in CMOS with a keep alive voltage (or equivalent) to make it act like non-volatile storage.

    PC manufacturers generally called their basic input/output system BIOS but >>> by any other name such as UEFI they still perform the same basic
    functions.

    The term 'Settings' and that the storage is RAM as opposed to ROM or
    EEPROM implies that the stored information can be easily altered by the
    user or the system once running.


    UEFI cannot be changed by the computer user (Whereas BIOS settings /can/ be >> changed). My Mac is an Intel version.

    Why not? What does it interface with?

    What does this do?

    typedef
    EFI_STATUS
    GetVariable (
    IN CHAR16* VariableName,
    IN EFI_GUID* VendorGuid,
    OUT UINT32* Attributes OPTIONAL,
    IN OUT UINTN* DataSize,
    OUT VOID* Data OPTIONAL
    );
    typedef
    EFI_STATUS
    GetNextVariableName (
    IN OUT UINTN *VariableNameSize,
    IN OUT CHAR16 *VariableName,
    IN OUT EFI_GUID *VendorGuid
    );
    typedef
    EFI_STATUS
    SetVariable (
    IN CHAR16 *VariableName,
    IN EFI_GUID *VendorGuid,
    IN UINT32 Attributes,
    IN UINTN DataSize,
    IN VOID *Data
    );

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From FromTheRafters@21:1/5 to All on Tue Mar 28 11:32:50 2023
    XPost: alt.computer.workshop

    David Brooks laid this down on his screen :
    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his part, >>>> and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D

    See, I was right in assuming that you are still confused. BIOS (or any
    brand of equivalent basic input/output system) settings are actually
    settings in CMOS with a keep alive voltage (or equivalent) to make it
    act like non-volatile storage.

    PC manufacturers generally called their basic input/output system BIOS but >> by any other name such as UEFI they still perform the same basic functions. >>
    The term 'Settings' and that the storage is RAM as opposed to ROM or EEPROM >> implies that the stored information can be easily altered by the user or
    the system once running.


    UEFI cannot be changed by the computer user (Whereas BIOS settings /can/ be changed). My Mac is an Intel version.

    Why not? What does it interface with?

    I think that you are thinking that internal off-disk data storage areas are >> dangerous (malware?) or perhaps just used for "your trial version has
    expired" sort of supercookie persistence function that you wish to defeat.


    As I've mentioned many times, it was our UK High-Tech Crime Unit which explained to me, way back in 2005, that there is some 'malware' which /cannot/ be removed from a computer. I believe that, but don't know exactly /how/ it is done.

    Too bad he couldn't be here to explain that notion.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Brooks@21:1/5 to FromTheRafters on Tue Mar 28 20:59:26 2023
    XPost: alt.computer.workshop

    On 28/03/2023 16:51, FromTheRafters wrote:
    FromTheRafters laid this down on his screen :
    David Brooks laid this down on his screen :
    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his
    part, and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D

    See, I was right in assuming that you are still confused. BIOS (or any
    brand of equivalent basic input/output system) settings are actually
    settings in CMOS with a keep alive voltage (or equivalent) to make it
    act like non-volatile storage.

    PC manufacturers generally called their basic input/output system
    BIOS but by any other name such as UEFI they still perform the same
    basic functions.

    The term 'Settings' and that the storage is RAM as opposed to ROM or
    EEPROM implies that the stored information can be easily altered by
    the user or the system once running.


    UEFI cannot be changed by the computer user (Whereas BIOS settings
    /can/ be changed). My Mac is an Intel version.

    Why not? What does it interface with?

    What does this do?

    typedef
    EFI_STATUS
    GetVariable (
    IN CHAR16* VariableName,
    IN EFI_GUID* VendorGuid,
    OUT UINT32* Attributes OPTIONAL,
    IN OUT UINTN* DataSize,
    OUT VOID* Data OPTIONAL
    );
    typedef
    EFI_STATUS
    GetNextVariableName (
    IN OUT UINTN *VariableNameSize,
    IN OUT CHAR16 *VariableName,
    IN OUT EFI_GUID *VendorGuid
    );
    typedef
    EFI_STATUS
    SetVariable (
    IN CHAR16 *VariableName,
    IN EFI_GUID *VendorGuid,
    IN UINT32 Attributes,
    IN UINTN DataSize,
    IN VOID *Data
    );

    https://wiki.osdev.org/UEFI_NVRAM

    Do you want more?

    --
    David

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Brooks@21:1/5 to FromTheRafters on Tue Mar 28 20:56:07 2023
    XPost: alt.computer.workshop

    On 28/03/2023 16:32, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his
    part, and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D

    See, I was right in assuming that you are still confused. BIOS (or any
    brand of equivalent basic input/output system) settings are actually
    settings in CMOS with a keep alive voltage (or equivalent) to make it
    act like non-volatile storage.

    Perhaps this will be more helpful. I've spent hours in years gone by
    'playing' with BIOS settings.

    https://www.howtogeek.com/56958/htg-explains-how-uefi-will-replace-the-bios/

    I have never touched UEFI on either of my Mac computers.

    PC manufacturers generally called their basic input/output system
    BIOS but by any other name such as UEFI they still perform the same
    basic functions.

    The term 'Settings' and that the storage is RAM as opposed to ROM or
    EEPROM implies that the stored information can be easily altered by
    the user or the system once running.


    UEFI cannot be changed by the computer user (Whereas BIOS settings
    /can/ be changed). My Mac is an Intel version.

    Why not? What does it interface with?

    I've seen most of these - but they are not controlable!

    https://www.youtube.com/watch?v=f0Eoh2wVq3o

    I think that you are thinking that internal off-disk data storage
    areas are dangerous (malware?) or perhaps just used for "your trial
    version has expired" sort of supercookie persistence function that
    you wish to defeat.


    As I've mentioned many times, it was our UK High-Tech Crime Unit which
    explained to me, way back in 2005, that there is some 'malware' which
    /cannot/ be removed from a computer. I believe that, but don't know
    exactly /how/ it is done.

    Too bad he couldn't be here to explain that notion.

    Indeed. But that is all 'water under the bridge' now. The point was that
    it piqued my interest in 'bad things' - and who did them!

    --
    David

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From FromTheRafters@21:1/5 to All on Tue Mar 28 16:49:27 2023
    XPost: alt.computer.workshop

    David Brooks explained on 3/28/2023 :
    On 28/03/2023 16:51, FromTheRafters wrote:
    FromTheRafters laid this down on his screen :
    David Brooks laid this down on his screen :
    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his part, >>>>>>> and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D

    See, I was right in assuming that you are still confused. BIOS (or any
    brand of equivalent basic input/output system) settings are actually
    settings in CMOS with a keep alive voltage (or equivalent) to make it act >>> like non-volatile storage.

    PC manufacturers generally called their basic input/output system BIOS >>>>> but by any other name such as UEFI they still perform the same basic >>>>> functions.

    The term 'Settings' and that the storage is RAM as opposed to ROM or >>>>> EEPROM implies that the stored information can be easily altered by the >>>>> user or the system once running.


    UEFI cannot be changed by the computer user (Whereas BIOS settings /can/ >>>> be changed). My Mac is an Intel version.

    Why not? What does it interface with?

    What does this do?

    typedef
    EFI_STATUS
    GetVariable (
    IN CHAR16* VariableName,
    IN EFI_GUID* VendorGuid,
    OUT UINT32* Attributes OPTIONAL,
    IN OUT UINTN* DataSize,
    OUT VOID* Data OPTIONAL
    );
    typedef
    EFI_STATUS
    GetNextVariableName (
    IN OUT UINTN *VariableNameSize,
    IN OUT CHAR16 *VariableName,
    IN OUT EFI_GUID *VendorGuid
    );
    typedef
    EFI_STATUS
    SetVariable (
    IN CHAR16 *VariableName,
    IN EFI_GUID *VendorGuid,
    IN UINT32 Attributes,
    IN UINTN DataSize,
    IN VOID *Data
    );

    https://wiki.osdev.org/UEFI_NVRAM

    Do you want more?

    You didn't answer the question.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From FromTheRafters@21:1/5 to David Brooks on Tue Mar 28 17:04:19 2023
    XPost: alt.computer.workshop

    David Brooks wrote :
    On 28/03/2023 16:32, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his part, >>>>>> and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D

    See, I was right in assuming that you are still confused. BIOS (or any
    brand of equivalent basic input/output system) settings are actually
    settings in CMOS with a keep alive voltage (or equivalent) to make it act
    like non-volatile storage.

    Perhaps this will be more helpful. I've spent hours in years gone by 'playing' with BIOS settings.

    Via a 'CMOS Setup' program no doubt from the BIOS firmware.

    https://www.howtogeek.com/56958/htg-explains-how-uefi-will-replace-the-bios/

    I have never touched UEFI on either of my Mac computers.

    That does not mean one cannot do so. It might not be as easy as a key
    press at a certain time during boot or a specific key sequence after
    the OS loads.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Brooks@21:1/5 to FromTheRafters on Tue Mar 28 22:15:38 2023
    XPost: alt.computer.workshop

    On 28/03/2023 21:49, FromTheRafters wrote:
    David Brooks explained on 3/28/2023 :
    On 28/03/2023 16:51, FromTheRafters wrote:
    FromTheRafters laid this down on his screen :
    David Brooks laid this down on his screen :
    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his >>>>>>>> part, and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D

    See, I was right in assuming that you are still confused. BIOS (or
    any brand of equivalent basic input/output system) settings are
    actually settings in CMOS with a keep alive voltage (or equivalent)
    to make it act like non-volatile storage.

    PC manufacturers generally called their basic input/output system
    BIOS but by any other name such as UEFI they still perform the
    same basic functions.

    The term 'Settings' and that the storage is RAM as opposed to ROM
    or EEPROM implies that the stored information can be easily
    altered by the user or the system once running.


    UEFI cannot be changed by the computer user (Whereas BIOS settings
    /can/ be changed). My Mac is an Intel version.

    Why not? What does it interface with?

    What does this do?

    typedef
    EFI_STATUS
    GetVariable (
    IN CHAR16* VariableName,
    IN EFI_GUID* VendorGuid,
    OUT UINT32* Attributes OPTIONAL,
    IN OUT UINTN* DataSize,
    OUT VOID* Data OPTIONAL
    );
    typedef
    EFI_STATUS
    GetNextVariableName (
    IN OUT UINTN *VariableNameSize,
    IN OUT CHAR16 *VariableName,
    IN OUT EFI_GUID *VendorGuid
    );
    typedef
    EFI_STATUS
    SetVariable (
    IN CHAR16 *VariableName,
    IN EFI_GUID *VendorGuid,
    IN UINT32 Attributes,
    IN UINTN DataSize,
    IN VOID *Data
    );

    https://wiki.osdev.org/UEFI_NVRAM

    Do you want more?

    You didn't answer the question.

    I don't know the answer, but I suspect that it may be found here:-

    https://wiki.osdev.org/UEFI

    --
    David

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Brooks@21:1/5 to FromTheRafters on Tue Mar 28 22:20:45 2023
    XPost: alt.computer.workshop

    On 28/03/2023 22:04, FromTheRafters wrote:
    David Brooks wrote :
    On 28/03/2023 16:32, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 10:25, FromTheRafters wrote:
    David Brooks laid this down on his screen :
    On 28/03/2023 02:58, FromTheRafters wrote:
    I thought that his statement indicated a misunderstanding on his >>>>>>> part, and I still do.

    Please point to the item which you /think/ I misunderstood.

    That there is NO equivalent to BIOS settings on a Mac.


    As you now know, *that is correct*! :-D

    See, I was right in assuming that you are still confused. BIOS (or
    any brand of equivalent basic input/output system) settings are
    actually settings in CMOS with a keep alive voltage (or equivalent)
    to make it act like non-volatile storage.

    Perhaps this will be more helpful. I've spent hours in years gone by
    'playing' with BIOS settings.

    Via a 'CMOS Setup' program no doubt from the BIOS firmware.

    Yes

    https://www.howtogeek.com/56958/htg-explains-how-uefi-will-replace-the-bios/ >>
    I have never touched UEFI on either of my Mac computers.

    That does not mean one cannot do so. It might not be as easy as a key
    press at a certain time during boot or a specific key sequence after the
    OS loads.

    It's not something I'm concerned about. It isn't relevent to your own
    MacBook Pro anyway, so not to worry!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)