Skip to content

klieth/arm-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile/link with:

arm-none-eabi-gcc -march=armv6 -o kernel.o -c test.s
arm-none-eabi-ld -N -Ttext=0x10000 -o kernel.elf kernel.o

Run with:

qemu-system-arm -M versatilepb -cpu arm1176 -nographic -kernel kernel.elf

kill QEMU with <C-a> x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published