Changeset 76cec1e in mainline for arch/ia32/boot


Ignore:
Timestamp:
2005-07-15T21:57:30Z (21 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4a4c5e3
Parents:
e41c47e
Message:

Huge indentation fix.

Location:
arch/ia32/boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/boot/boot.S

    re41c47e r76cec1e  
    5151        xorw %ax,%ax            # reset, %al will be used below
    5252        movw %ax,%dx            # fd0, %dh and %dl will be used below
    53         movw %dx,%ds
     53        movw %dx,%ds
    5454
    5555        movw %dx,%ss            # initialize stack
     
    5959        jc stop_trying
    6060
    61         movw %dx,%ds
     61        movw %dx,%ds
    6262        movw %dx,%ss
    6363        movw $0x7c00,%sp
     
    9393        movw logical_sector,%ax
    9494        divb sectors
    95    
     95
    9696        movb %ah,%cl
    97         incb %cl                        # sector
    98    
     97        incb %cl                        # sector
     98
    9999        movb %al,%ch
    100100        shrb $1,%ch                     # track
    101    
     101
    102102        movb %al,%dh
    103103        andb $1,%dh                     # head
     
    127127        movw %sp,%bp
    128128        pusha
    129    
     129
    130130        movb $0xe,%ah
    131131        movb $7,%bl
    132132        int $0x10
    133    
     133
    134134        popa
    135135        pop %bp
  • arch/ia32/boot/boot.ld

    re41c47e r76cec1e  
    11OUTPUT_FORMAT(binary)
    22SECTIONS {
    3     .text 0x7c00 : AT (0x0) { *(.text) }
     3        .text 0x7c00 : AT (0x0) { *(.text) }
    44}
Note: See TracChangeset for help on using the changeset viewer.