Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53777
b: refs/heads/master
c: 8035d3e
h: refs/heads/master
i:
  53775: 75194d5
v: v3
  • Loading branch information
Vivek Goyal authored and Andi Kleen committed May 2, 2007
1 parent 1a1601a commit a893857
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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: 6a50a664ca0cfd2a487525f10cec3ff4d570b5e8
refs/heads/master: 8035d3ea78c2a61a9738c7857742370e0aa74d5c
13 changes: 11 additions & 2 deletions trunk/arch/x86_64/boot/setup.S
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ start:
# This is the setup header, and it must start at %cs:2 (old 0x9020:2)

.ascii "HdrS" # header signature
.word 0x0204 # header version number (>= 0x0105)
.word 0x0205 # header version number (>= 0x0105)
# or else old loadlin-1.5 will fail)
realmode_swtch: .word 0, 0 # default_switch, SETUPSEG
start_sys_seg: .word SYSSEG
Expand Down Expand Up @@ -155,7 +155,16 @@ cmd_line_ptr: .long 0 # (Header version 0x0202 or later)
# low memory 0x10000 or higher.

ramdisk_max: .long 0xffffffff

kernel_alignment: .long 0x200000 # physical addr alignment required for
# protected mode relocatable kernel
#ifdef CONFIG_RELOCATABLE
relocatable_kernel: .byte 1
#else
relocatable_kernel: .byte 0
#endif
pad2: .byte 0
pad3: .word 0

trampoline: call start_of_setup
.align 16
# The offset at this point is 0x240
Expand Down

0 comments on commit a893857

Please sign in to comment.