Subversion Repositories HelenOS-historic

Rev

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

Rev 610 Rev 625
Line 186... Line 186...
186
 
186
 
187
    arc_putchar('A');
187
    arc_putchar('A');
188
    arc_putchar('R');
188
    arc_putchar('R');
189
    arc_putchar('C');
189
    arc_putchar('C');
190
    arc_putchar('\n');
190
    arc_putchar('\n');
-
 
191
 
-
 
192
    return 0;
191
}
193
}
192
 
194
 
193
static bool kbd_polling_enabled;
195
static bool kbd_polling_enabled;
194
static chardev_t console;
196
static chardev_t console;
195
 
197
 
Line 284... Line 286...
284
{
286
{
285
    arc_memdescriptor_t *desc;
287
    arc_memdescriptor_t *desc;
286
    int total = 0;
288
    int total = 0;
287
    __address base;
289
    __address base;
288
    size_t basesize;
290
    size_t basesize;
289
    unsigned int i,j;
-
 
290
 
291
 
291
    desc = arc_entry->getmemorydescriptor(NULL);
292
    desc = arc_entry->getmemorydescriptor(NULL);
292
    while (desc) {
293
    while (desc) {
293
        if (desc->type == FreeMemory ||
294
        if (desc->type == FreeMemory ||
294
            desc->type == FreeContiguous) {
295
            desc->type == FreeContiguous) {