• Trying to install a Linux kernel patched to run qemu and kvm on the Samsung XE303C12-A01US Chromebook...Episode 1
    Hello. A lot of years ago I bought the Samsung XE303C12-A01US Chromebook. I would like to install and boot a linux distro through the sd card that has a kernel that supports qemu and kvm. I've found...
  • Trying to install a Linux kernel patched to run qemu and kvm on the Samsung XE303C12-A01US Chromebook...Episode 2
    Hello. A lot of years ago I bought the Samsung XE303C12-A01US Chromebook. I played with it on 2013 and then it remained on the shelf until today. I would like to install and boot a linux distro through...
  • Simulate ARM7 over Qemu
    Hello all, I am a complete beginner in ARM and I have only worked with AVR and Arduino boards before. What I want to do is write a simple C program which will print "Yes" when 1 is entered and "NO" when...
  • Simulate ARM7 over Qemu
    Hello all, I am a complete beginner in ARM and I have only worked with AVR and Arduino boards before. What I want to do is write a simple C program which will print "Yes" when 1 is entered and "NO" when...
  • simuating assembly code in qemu
    My code is as follows: .text .global __start __start: // Function "myadd" entry point. .fnstart mov r2,#0x200 mov r1,#0x30 str r1, [r2] ldr r0, [r2] bx lr // Return by branching to the address in...