Subversion Repositories HelenOS

Rev

Rev 146 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 146 Rev 177
Line 32... Line 32...
32
#include <config.h>
32
#include <config.h>
33
#include <arch/boot/memmap.h>
33
#include <arch/boot/memmap.h>
34
 
34
 
35
#include <print.h>
35
#include <print.h>
36
 
36
 
37
/*
-
 
38
 * TODO: use the memory map obtained from BIOS
-
 
39
 */
-
 
40
void frame_arch_init(void)
37
void frame_arch_init(void)
41
{
38
{
42
    __u8 i;
39
    __u8 i;
43
   
40
   
44
    if (config.cpu_active == 1) {
41
    if (config.cpu_active == 1) {