summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start.S
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-21 02:51:09 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-21 02:51:09 +0000
commitb29a823d91ac4d8abd87e58172e32d7b0b43be8d (patch)
tree5db0ace4fe4eca735fc60e4f17e6583f8b39ffe5 /DuetPkg/BootSector/start.S
parent10b48963c887398c0fd3313de0996808d51b1afc (diff)
downloadedk2-platforms-b29a823d91ac4d8abd87e58172e32d7b0b43be8d.tar.xz
Detab in DuetPkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9170 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector/start.S')
-rw-r--r--DuetPkg/BootSector/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/BootSector/start.S b/DuetPkg/BootSector/start.S
index 177e9ae82e..183ebe2065 100644
--- a/DuetPkg/BootSector/start.S
+++ b/DuetPkg/BootSector/start.S
@@ -18,7 +18,7 @@
.stack:
.486p:
.code16
-
+
.equ FAT_DIRECTORY_ENTRY_SIZE, 0x020
.equ FAT_DIRECTORY_ENTRY_SHIFT, 5
.equ BLOCK_SIZE, 0x0200
@@ -715,7 +715,7 @@ IDT_BASE:
.word 0 # offset 31:16
# 85 unspecified descriptors, First 12 of them are reserved, the rest are avail
- .fill 85 * 8, 1, 0 # db (85 * 8) dup(0)
+ .fill 85 * 8, 1, 0 # db (85 * 8) dup(0)
# IRQ 0 (System timer) - (INT 0x68)
.equ IRQ0_SEL, .-IDT_BASE