Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40922
b: refs/heads/master
c: 51d67a4
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Andi Kleen committed Nov 14, 2006
1 parent 6e4a5ad commit 446d007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14679eb3c50897889ba62f9a37e3bcd8a205b5e7
refs/heads/master: 51d67a488b53a5cc8401460480c124eaec71e2d4
5 changes: 2 additions & 3 deletions trunk/arch/x86_64/boot/setup.S
Original file line number Diff line number Diff line change
Expand Up @@ -836,13 +836,12 @@ gdt:
.word 0x9200 # data read/write
.word 0x00CF # granularity = 4096, 386
# (+5th nibble of limit)
gdt_end:
idt_48:
.word 0 # idt limit = 0
.word 0, 0 # idt base = 0L
gdt_48:
.word 0x8000 # gdt limit=2048,
# 256 GDT entries

.word gdt_end-gdt-1 # gdt limit
.word 0, 0 # gdt base (filled in later)

# Include video setup & detection code
Expand Down

0 comments on commit 446d007

Please sign in to comment.