Subversion Repositories HelenOS

Rev

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

Rev 3661 Rev 3763
Line 77... Line 77...
77
    int ii;
77
    int ii;
78
   
78
   
79
   
79
   
80
    bootinfo_t *bootinfo=&binfo;
80
    bootinfo_t *bootinfo=&binfo;
81
   
81
   
82
    //for(ii=0;ii<KERNEL_SIZE;ii++) ((char *)(0x100000))[ii] = ((char *)KERNEL_START)[ii+1];
-
 
83
   
-
 
84
   
-
 
85
    //((int *)(0x100000))[0]++;
-
 
86
   
82
   
87
 
83
 
88
 
84
 
89
    version_print();
85
    version_print();
90
 
86