diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-20 13:34:18 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-20 13:34:18 +0000 |
| commit | d2f313a8ae0da6b7490622025f49e31893a49bb6 (patch) | |
| tree | 4dd58bcf47cf3c6d821496184613e2a3f08a8ba0 /sys/boot | |
| parent | da48dbe191af37cc02177d85bf298b47b1b885a3 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/boot0/boot0ext.S | 4 | ||||
| -rw-r--r-- | sys/boot/i386/boot0/boot0ext.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/i386/boot0/boot0ext.S b/sys/boot/i386/boot0/boot0ext.S index 305a4ba80fe20..b61c4b9116a45 100644 --- a/sys/boot/i386/boot0/boot0ext.S +++ b/sys/boot/i386/boot0/boot0ext.S @@ -157,10 +157,10 @@ main.3: movb %ch,-0x4(%bx) # Zero active flag (ch == 0) # pointing at its first element which points to a "?". # addw $TBL1SZ,%di # Adjust -main.4 movb (%di),%cl # Partition +main.4: movb (%di),%cl # Partition addw %cx,%di # description callw putx # Display it -main.5 incw %dx # Next item +main.5: incw %dx # Next item addb $0x10,%bl # Next entry jnc main.3 # Till done # diff --git a/sys/boot/i386/boot0/boot0ext.s b/sys/boot/i386/boot0/boot0ext.s index 305a4ba80fe20..b61c4b9116a45 100644 --- a/sys/boot/i386/boot0/boot0ext.s +++ b/sys/boot/i386/boot0/boot0ext.s @@ -157,10 +157,10 @@ main.3: movb %ch,-0x4(%bx) # Zero active flag (ch == 0) # pointing at its first element which points to a "?". # addw $TBL1SZ,%di # Adjust -main.4 movb (%di),%cl # Partition +main.4: movb (%di),%cl # Partition addw %cx,%di # description callw putx # Display it -main.5 incw %dx # Next item +main.5: incw %dx # Next item addb $0x10,%bl # Next entry jnc main.3 # Till done # |
