comparison kernel/arch/qemu_vexpress/vexpressA9.c3 @ 407:9eb1fc6aad6c

Minor improvements
author Windel Bouwman
date Fri, 20 Feb 2015 15:47:54 +0100
parents 0fb6633c42f6
children ad6be5454067
comparison
equal deleted inserted replaced
406:b1daa462ee17 407:9eb1fc6aad6c
2 import io; 2 import io;
3 3
4 4
5 function void init() 5 function void init()
6 { 6 {
7 // putc(65)
8 io.print2("PFR0 = ", pfr0()); 7 io.print2("PFR0 = ", pfr0());
9 io.print2("PFR1 = ", pfr1()); 8 io.print2("PFR1 = ", pfr1());
10 io.print2("MMFR0 = ", mmfr0()); 9 io.print2("MMFR0 = ", mmfr0());
11 10
12 // This below is not compatible with all qemu versions: 11 // This below is not compatible with all qemu versions: