From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrzej-kardas@o2.pl (Andrzej Kardas) Date: Sat, 12 Mar 2011 22:03:36 +0100 Subject: LILO jump/retf question In-Reply-To: References: <344296.43554.qm@web56301.mail.re3.yahoo.com> Message-ID: <4D7BDFA8.40201@o2.pl> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I have been exploring lilo bootloader last days, and i have a question: There is piece of code in file bootsect.S like this: ; jmpi go,INITSEG ; this line is commented out push es push #go retf i wonder if are there any benefits of replacing line jmpi go,INITSEG ; which, i think is more readable by push es push #go retf besides to make people confused? -- regards Andrzej Kardas http://www.linux.mynotes.pl