memdisk: remove the requirement that CS_BASE < 64K
authorH. Peter Anvin <hpa@zytor.com>
Sun, 7 Jun 2009 22:16:24 +0000 (15:16 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 7 Jun 2009 22:16:24 +0000 (15:16 -0700)
commitb68960be5d1f10b3936492c93557c34e46cdebef
treeb63bebea77a04319a5b982c0e7e4f61c40b00ef3
parentf05ef9550d95c4ea386bd1879e0e03e81fd0a951
memdisk: remove the requirement that CS_BASE < 64K

Remove the requirement that CS_BASE is below 64K, based on its use in
the A20 test code.  This means it can now be located anywhere in high
memory, but it is still a constant.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
memdisk/memdisk16.asm