diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-13 18:38:46 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-13 18:38:46 -0700 |
commit | 376a2bfe09b8292140d7a40ce77a1cc7f4316e17 (patch) | |
tree | 74a9943bae1d45bfe0ec59dc1412d00b8c54f6a6 /core/graphics.inc | |
parent | 577e49042d7266a9676244b4a89caf3bda184e7d (diff) | |
download | syslinux-376a2bfe09b8292140d7a40ce77a1cc7f4316e17.tar.gz |
core: obsolete .bss1 and .bss2
Remove the obsolete .bss1 and .bss2 segments; they represent segment
balancing which is no longer useful. The current balance between
.earlybss, .bss and .uibss seems to be sufficient; if we need more
balancing in the future then we need to start over anyway.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/graphics.inc')
-rw-r--r-- | core/graphics.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/graphics.inc b/core/graphics.inc index 2b8290fc..78ae0a65 100644 --- a/core/graphics.inc +++ b/core/graphics.inc @@ -308,7 +308,7 @@ linear_color db 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0 ; of this byte. UsingVGA db 0 - section .bss1 + section .bss alignb 4 LSSHeader equ $ LSSMagic resd 1 ; Magic number |