Since Linux is dropping 32 Bit support because the production of 32 bit systems was closed in 2008.
I Accidentally installed Ubuntu 17.10 64bit on my 32 Bit system and I changed later to Kali Linux 2017.3 32 Bit(Still Using).
Now I want to know what problems will I face if I use a 64 Bit Os On a 32 bit System. Is My System is a Really 32Bit?
lscpu
This was the Output!
Architecture: i686
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 15
Model: 6
Model name: Intel(R) Pentium(R) D CPU 3.40GHz
Stepping: 4
CPU MHz: 3400.000
CPU max MHz: 3400.0000
CPU min MHz: 2400.0000
BogoMIPS: 6782.84
L1d cache: 16K
L2 cache: 2048K
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 ss ht tm pbe nx lm constant_tsc pebs bts cpuid pni dtes64 monitor ds_cpl est cid cx16 xtpr pdcm lahf_lm
lm
flag is 64 bit CPU and you can not install a 64 bit OS on a 32 bit CPU. I have never seen any problems running a 32 bit OS on a 64 bit CPU, but why would you want to do that ? First you are not using your CPU to its full ability, second all major distros, including Kali have a 64 bit option, and last 32 bit support is falling off. – Panther Jan 05 '18 at 14:55