You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Elected mods refuse to say what is allowed or not, you have to fight and infer from meta threads: https://meta.stackexchange.com/questions/366163/can-i-use-images-such-as-from-tiananmen-square-protests-to-criticise-the-chinese[]. But generally shaming anything the West does not like is OK.
#0 start_kernel () at /root/lkmc/submodules/linux/init/main.c:841
853
+
#1 0xffffffff8215145c in x86_64_start_reservations (real_mode_data=<optimized out>) at /root/lkmc/submodules/linux/arch/x86/kernel/head64.c:490
854
+
#2 0xffffffff821514e3 in x86_64_start_kernel (real_mode_data=0x138d0 <bts_ctx+2256> <error: Cannot access memory at address 0x138d0>) at /root/lkmc/submodules/linux/arch/x86/kernel/head64.c:471
855
+
#3 0xffffffff810000e6 in secondary_startup_64 () at /root/lkmc/submodules/linux/arch/x86/kernel/head_64.S:243
856
+
#4 0x0000000000000000 in ?? ()
857
+
(gdb) up
858
+
#1 0xffffffff8215145c in x86_64_start_reservations (real_mode_data=<optimized out>) at /root/lkmc/submodules/linux/arch/x86/kernel/head64.c:490
859
+
490 start_kernel();
860
+
(gdb) l
861
+
485 break;
862
+
486 default:
863
+
487 break;
864
+
488 }
865
+
489
866
+
490 start_kernel();
867
+
491 }
829
868
``
830
869
831
870
= Multiple architectures supported
832
871
{parent=Linux Kernel Module Cheat}
833
872
834
-
E.g., if you want aarch64:
873
+
E.g., if you want aarch64 instead of the default x86_64:
0 commit comments