Changeset 30ef8ce in mainline


Ignore:
Timestamp:
2005-05-01T11:06:34Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a0047fc
Parents:
ed0dd65
Message:

Early support for IA-64 architecture.

Files:
19 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • doc/requirements

    red0dd65 r30ef8ce  
    3535    EMULATORS AND VIRTUALIZERS
    3636    o msim
     37
     38ia64 port
     39=========
     40
     41    HARDWARE REQUIREMENTS
     42    o no real hardware supported
     43
     44    EMULATORS AND VIRTUALIZERS
     45    o ski
  • src/Makefile.config

    red0dd65 r30ef8ce  
    66
    77# Support for symetric multiprocessors
    8 SMP=__SMP__
     8#SMP=__SMP__
    99
    1010# Improved support for hyperthreading
  • src/mm/vm.c

    red0dd65 r30ef8ce  
    3131#include <mm/frame.h>
    3232#include <mm/tlb.h>
     33#include <mm/heap.h>
    3334#include <arch/mm/page.h>
    3435#include <arch/types.h>
  • src/proc/task.c

    red0dd65 r30ef8ce  
    3030#include <proc/task.h>
    3131#include <mm/vm.h>
     32#include <mm/heap.h>
    3233
    3334#include <synch/spinlock.h>
Note: See TracChangeset for help on using the changeset viewer.