HomeSort by: relevance | last modified time | path
    Searched refs:HIMEM (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/acorn32/stand/lib/
srt0.h 7 #ifndef HIMEM
8 extern void *HIMEM;
srt0.S 30 * HIMEM variable as normally seen in RISC OS. This is the max address+1 of
31 * the current `WIMPSlot'. It used to be a #define. The HIMEM var needs to be
78 .word HIMEM
srt1.c 39 void *HIMEM = (void *) 0x12000;
73 setheap(end, (void *)(HIMEM - 0x1000));
  /src/sys/arch/acorn32/stand/boot32/
boot32.c 171 memory_image_size = (int)HIMEM - (int)end - 512 * 1024;

Completed in 15 milliseconds