代码搜索结果

找到约 4,828 项符合 Bootloader 的代码

head.s

/* * arch/alpha/boot/head.S * * initial bootloader stuff.. */ #include .set noreorder .globl __start .ent __start __start: br $29,2f 2: ldgp $29,0($29) jsr $26,start_kernel

misc.c

/* * arch/ppc/simple/misc.c * * Misc. bootloader code for many machines. This assumes you have are using * a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory * below 8MB is fr

head.s

/* * arch/alpha/boot/head.S * * initial bootloader stuff.. */ #include .set noreorder .globl __start .ent __start __start: br $29,2f 2: ldgp $29,0($29) jsr $26,start_kernel

misc-simple.c

/* * arch/ppc/common/misc-simple.c * * Misc. bootloader code for many machines. This assumes you have are using * a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory * below 8M

makemod

# Makemod - a makefile to form a bootloader module wrapper around the angel # rom image MOD_DIR= ./bsl_mod/ FORTH_IMAGE_DIR= ./ FORTH_IMAGE_FILE= b4e7t.img # May need to recompile cksum.c, which

head.s

/* * arch/alpha/boot/head.S * * initial bootloader stuff.. */ #include .set noreorder .globl __start .ent __start __start: br $29,2f 2: ldgp $29,0($29) jsr $26,start_kernel

misc.c

/* * arch/ppc/simple/misc.c * * Misc. bootloader code for many machines. This assumes you have are using * a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory * below 8MB is fr

head.s

/* * arch/alpha/boot/head.S * * initial bootloader stuff.. */ #include .set noreorder .globl __start .ent __start __start: br $29,2f 2: ldgp $29,0($29) jsr $26,start_kernel

misc-simple.c

/* * arch/ppc/common/misc-simple.c * * Misc. bootloader code for many machines. This assumes you have are using * a 6xx/7xx/74xx CPU in your machine. This assumes the chunk of memory * below 8M

head.s

/* * arch/alpha/boot/head.S * * initial bootloader stuff.. */ #include .set noreorder .globl __start .ent __start __start: br $29,2f 2: ldgp $29,0($29) jsr $26,start_kernel