Changeset 25 for trunk/kernel


Ignore:
Timestamp:
Jun 19, 2017, 5:46:36 PM (7 years ago)
Author:
max@…
Message:

First shot of the x86_64 port. It uses Multiboot V1. Most of the HAL functions
are empty, and several TSAR-specific files and comments remain; they will be
cleaned up later. The Makefile and LD script will come in another commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/kernel_init.c

    r23 r25  
    844844
    845845    // each core jump to idle thread
    846     asm volatile( "j thread_idle_func\n" );
     846//    asm volatile( "j thread_idle_func\n" );
    847847
    848848} // end kernel_init()
    849849
    850 
    851 
Note: See TracChangeset for help on using the changeset viewer.