Re: [PATCH] x86 new setup: use appropriate sections for code and data

2007-05-17 Thread Alexander van Heukelum
An intermediate elf file is generated for the 16-bit setup code. The generated code can be viewed using objdump -m i8086 -d. As it stands, it also tries to disassemble the bugger_off_msg, which results in garbage. This introduces two new sections to separate the code and the data part of the bootse

Re: [PATCH] x86 new setup: use appropriate sections for code and data

2007-05-17 Thread H. Peter Anvin
Alexander van Heukelum wrote: > An intermediate elf file is generated for the 16-bit setup code. > The generated code can be viewed using objdump -m i8086 -d. As it > stands, it also tries to disassemble the bugger_off_msg, which > results in garbage. This introduces two new sections to separate >