Subversion Repositories HelenOS

Rev

Rev 3022 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3022 Rev 4055
Line 43... Line 43...
43
.global unmapped_ap_boot
43
.global unmapped_ap_boot
44
 
44
 
45
KTEXT=8
45
KTEXT=8
46
KDATA=16
46
KDATA=16
47
 
47
 
48
# This piece of code is real-mode and is meant to be alligned at 4K boundary.
48
# This piece of code is real-mode and is meant to be aligned at 4K boundary.
49
# The requirement for such an alignment comes from MP Specification's STARTUP IPI
49
# The requirement for such an alignment comes from MP Specification's STARTUP IPI
50
# requirements.
50
# requirements.
51
 
51
 
52
.align 4096
52
.align 4096
53
unmapped_ap_boot:
53
unmapped_ap_boot: