Changeset b07769b6 in mainline for src/main/main.c


Ignore:
Timestamp:
2005-08-19T13:12:32Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4a61ef
Parents:
6a4177a
Message:

Switch over to per vm_t page tables. (breaks ia32 userspace)

Define dummy memcopy() for amd64 and ppc to satisfy compiler.

Get rid of problematic #include <arch/mm/page.h> in mm/page.h.

Indentation fixes and small changes here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    r6a4177a rb07769b6  
    150150         * Create kernel vm mapping.
    151151         */
    152         m = vm_create();
     152        m = vm_create(GET_PTL0_ADDRESS());
    153153        if (!m) panic("can't create kernel vm address space\n");
    154154
Note: See TracChangeset for help on using the changeset viewer.