Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* $NetBSD: block_x.S,v 1.1 2000/12/04 18:44:51 scw Exp $ */ #include <machine/asm.h> #include "bootxx.h" .text GLOBAL(block_size) .long 512 GLOBAL(block_count) .long MAXBLOCKNUM GLOBAL(block_table) .space (MAXBLOCKNUM * 4)