core/diskstart.inc: break transactions on 64K boundaries
authorH. Peter Anvin <hpa@zytor.com>
Fri, 15 May 2009 01:07:30 +0000 (18:07 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 15 May 2009 01:07:30 +0000 (18:07 -0700)
commit183c9f12567de944f20ae58b4f7651d448ab6014
tree4f7a5026613e9d5c8477f5634b010170fba6cd88
parent8af553fa455f857e151994acec91ad957e4b910b
core/diskstart.inc: break transactions on 64K boundaries

getlinsec doesn't watch for 64K boundaries, so we need to do it
ourselves.  Break a loading run if we reach a 64K boundary.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/diskstart.inc