
linux – 了解os bootloading – assembly
我正试图更深入地理解.因此, linux启动必须处理一个程序集文件.我知道mov,push,pop,但在这里我很遗憾: .globl __start .ent __start__start: br $29,2f2: ldgp $29,0($29) jsr $26,start_kernel call_pal PAL_halt .end _
我正试图更深入地理解.因此, linux启动必须处理一个程序集文件.我知道mov,push,pop,但在这里我很遗憾: .globl __start .ent __start__start: br $29,2f2: ldgp $29,0($29) jsr $26,start_kernel call_pal PAL_halt .end _