Skip to content

Consolidate two filesystems/exec in userspace? #1

@amwatson

Description

@amwatson

Currently, we have two filesystems: one in the kernel (in RAM), which we load programs from, and one in userspace. Eventually, only the latter should remain (it should also stop sucking, but that's another task entirely). This is in small part infrastructure bitchwork (some function for getting the programs in the userspace fs), but you also have to deal with the problem of exec. The lazy approach would be to have the syscall exec a buffer or something. The more correct approach is some sort of exec in userspace.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions