LILO jump/retf question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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






_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux