Skip to content

MaciekBielski/bareMetalAarch64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running bare metal HelloWorld on QEMU 'virt' machine

  • Assumed linaro cross-toolchain used
  • UART address [VIRT_UART] = { 0x09000000, 0x00001000 },
  • binary image is passed to -kernel option is loaded at 0x40000000

Running

Follow the steps form Makefile

$ make qemu_clone $ make qemu_conf $ make qemu_build $ make setup_toolchain $ make build_objects $ make link_objects $ make run

About

Bare metal for ARM64 tested with QEMU 'virt' machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published