Rev 285 | Rev 301 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 285 | Rev 300 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | _hardcoded_unmapped_size = (unmapped_ktext_end - unmapped_ktext_start) + (unmapped_kdata_end - unmapped_kdata_start); |
56 | _hardcoded_unmapped_size = (unmapped_ktext_end - unmapped_ktext_start) + (unmapped_kdata_end - unmapped_kdata_start); |
57 | 57 | ||
58 | _map_address = 0x80100000; |
58 | _map_address = 0x80100000; |
59 | e820table_boot = e820table - _map_address; |
59 | e820table_boot = e820table - _map_address; |
60 | e820counter_boot = e820counter - _map_address; |
60 | e820counter_boot = e820counter - _map_address; |
- | 61 | real_bootstrap_gdtr = real_bootstrap_gdtr_boot + 0x80000000; |
|
61 | } |
62 | } |