왜 64비트 Linux Mint Live가 32비트 컴퓨터에서 실행되나요?

왜 64비트 Linux Mint Live가 32비트 컴퓨터에서 실행되나요?

방금 64비트 Mint 21.3(https://www.linuxmint.com/torrents/linuxmint-21.3-xfce-64bit.iso.torrent) 그것을 내 오래된 32비트 노트북에 연결했지만 그것이 아직 너무 오래되었다는 사실을 잊어버렸습니다. (관련이 없을 수도 있지만 어쨌든: 저는 기본적으로 아래 답변을 따라 USB 스틱을 만들었습니다.https://askubuntu.com/a/1227225/602021)

모든 것이 정상적으로 시작되고 실행되며 새 소프트웨어는 amd64 저장소에서 가져와 설치 및 실행됩니다.

다른 아키텍처의 소프트웨어인데 어떻게 그게 가능할까요?

편집하다:

노트북 칩셋 및 모델:

$ lscpu 
Architecture:           i686
  CPU op-mode(s):       32-bit, 64-bit
  Address sizes:        36 bits physical, 48 bits virtual
  Byte Order:           Little Endian
CPU(s):                 2
  On-line CPU(s) list:  0,1
Vendor ID:              GenuineIntel
  Model name:           Intel(R) Core(TM)2 CPU         T6600  @ 2.20GHz
    CPU family:         6
    Model:              23
    Thread(s) per core: 1
    Core(s) per socket: 2
    Socket(s):          1
    Stepping:           10
    CPU(s) scaling MHz: 66%
    CPU max MHz:        2200,0000
    CPU min MHz:        1200,0000
    BogoMIPS:           4388,93
    Flags:              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse 
                        sse2 ht tm pbe nx lm constant_tsc arch_perfmon pebs bts cpuid aperfmperf pni dtes64 monitor ds_cpl est
 
$ sudo dmidecode | grep -A3 '^System Information' 
System Information
    Manufacturer: Acer           
    Product Name: Extensa 5220                   
    Version: 0100           

답변1

패키지가 노트북에서 실행 되지만 amd64QEMU가 없으면 64비트 x86 시스템입니다. T6600CPU는64비트 x86 CPU.

64비트 PC는 15년 이상(아마도 2006년 이후) 표준이었습니다.

(QEMU가 32비트 x86에서 64비트 x86을 에뮬레이션할 수 있는지 확실하지 않으므로 이는 관련이 없을 수 있습니다.)

관련 정보