Subversion Repositories HelenOS

Rev

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

Rev 63 Rev 110
Line 28... Line 28...
28
 
28
 
29
#include <putchar.h>
29
#include <putchar.h>
30
#include <arch/types.h>
30
#include <arch/types.h>
31
#include <arch/cp0.h>
31
#include <arch/cp0.h>
32
 
32
 
33
#define VIDEORAM    0xA000000
33
#define VIDEORAM    0xB0000000
34
 
34
 
35
void putchar(const char ch)
35
void putchar(const char ch)
36
{
36
{
37
    __u32 status = cp0_status_read();
37
    __u32 status = cp0_status_read();
38
   
38