Changeset 15 for trunk


Ignore:
Timestamp:
May 7, 2017, 12:04:53 PM (7 years ago)
Author:
max@…
Message:

test (cosmetic)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/i386/boot.c

    r8 r15  
    6868void kboot_entry(struct mb_partial_info_s *mbi)
    6969{
    70  
    7170        uint32_t gdt_ptr;
    7271        uint32_t tss_index;
    73  
     72
    7473        kheap_start = ARROUND_UP((uint_t)&_end, 4096);
    7574        kheap_limit = kheap_start + (8<<20);
     
    8988        gdt_ptr = (uint32_t) cpu_get_gdt_ptr();
    9089        tss_index = (cpu_get_id() + GDT_FIXED_NR) << 3;
    91  
     90
    9291#if 0
    9392        gdt_print((struct cpu_gdt_entry_s*)cpu_get_gdt_ptr()->base, GDT_FIXED_NR + CPU_NR);
Note: See TracChangeset for help on using the changeset viewer.