Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1762 → Rev 1763

/boot/trunk/arch/mips32/loader/msim.c
27,12 → 27,10
*/
#include "msim.h"
#include "printf.h"
#include "../../../generic/printf.h"
 
 
#define MSIM_VIDEORAM 0xB0000000
 
 
void write(const char *str, const int len)
{
int i;