OS Research Paper
OS Research Paper
Abstract: Embedded operating systems (EOS) necessitate unique memory management strategies
due to their limited resources, particularly memory size. This paper investigates the memory
management challenges of the SOS operating system and proposes a novel data structure that
leverages best practices from existing solutions like μC/OSII. We delve into memory allocation and
recovery mechanisms, ultimately offering an effective solution for efficient memory management in
the resource-constrained environment of SOS.
Keywords: Embedded Operating System, SOS, Memory Management, μC/OSII, Device driver