[arch][arm] add lk.elf.stack to the generated list so it gets removed in the clean target
1 file changed
tree: 9f4c73ed5a7afa90e28f1a13d7a1100f7a9e8741
  1. app/
  2. arch/
  3. dev/
  4. include/
  5. kernel/
  6. lib/
  7. make/
  8. platform/
  9. project/
  10. scripts/
  11. target/
  12. tools/
  13. top/
  14. .gitignore
  15. .travis.yml
  16. engine.mk
  17. LICENSE
  18. lk_inc.mk.example
  19. makefile
  20. README.md
README.md

LK

The LK embedded kernel. An SMP-aware kernel designed for small systems.

See travisg/lk for the latest version.

to build and test for ARM on linux

  1. install or build qemu. v2.4 and above is recommended.
  2. install gcc for embedded arm (see note 1)
  3. run scripts/do-qemuarm (from the lk directory)
  4. you should see ‘welcome to lk/MP’

This will get you a interactive prompt into LK which is running in qemu arm machine ‘virt’ emulation. type ‘help’ for commands.

note 1: for ubuntu: sudo apt-get install gcc-arm-none-eabi or fetch a prebuilt toolchain from http://newos.org/toolchains/arm-eabi-5.2.0-Linux-x86_64.tar.xz