Skip to content

uClinux

Sam Duy edited this page May 31, 2018 · 2 revisions

In a nutshell

  • Virtual memory IS physical memory
  • Processes are loaded next to each other!
  • Pointers are suddenly very dangerous!
  • Security is…challenging…!
  • Data freed inside the kernel complicates the memory layout
  • Position Independent Code (PIC) is required.