demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[pal] PAL is Poorly Organized

Open BrianZill opened this issue 2 years ago • 0 comments

Context

Currently, the PAL is organized by type of thing being abstracted: constant, function, structure, etc. And/or by platform (there currently is a linux subdirectory).

Proposed Solution

The PAL should be organized by module: e.g. sockets, shared memory, cpu architecture, etc. With each file organized by thing being abstracted, NOT by the platform. The platform should be the lowest level.

BrianZill avatar Jan 24 '23 05:01 BrianZill