memdisk: move rm_args initialization to C code; export rm_size
authorH. Peter Anvin <hpa@zytor.com>
Mon, 8 Jun 2009 00:13:58 +0000 (17:13 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 8 Jun 2009 00:13:58 +0000 (17:13 -0700)
commit788de9d8dc339c5fe99029131eb6e2c152181c6a
tree7336843641cd4b1f8ec314ec865ccb4516b0c426
parent0a4a533cc1c0e0c7e526f454d29b416bb580df0f
memdisk: move rm_args initialization to C code; export rm_size

Move the rm_args initialization (and the associated sti) to C code.
Export the total size of the real-mode code to the protected-mode
code.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
memdisk/memdisk.h
memdisk/memdisk16.asm
memdisk/setup.c
memdisk/start32.S