Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process Management #1

Open
massout opened this issue Feb 2, 2023 · 0 comments
Open

Process Management #1

massout opened this issue Feb 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@massout
Copy link
Owner

massout commented Feb 2, 2023

The builds created so far were to provide the underlying hardware abstraction for debugging.

In order for the created structure to be an operating system, the process control structure that performs the transition between processes, which is the minimum requirement, must be integrated.

An integration as described in the A first preemptive kernel on ARM Cortex-M3 was considered, but the ARM Cortex-M4 processor was used in this link. The ARM Cortex A53 processor on the Raspberry Pi 3A+ has a different architecture and there is a difference in data transfer mnemonics. For this reason, the method in this link is planned to be integrated into the A53 processor.

@massout massout added the enhancement New feature or request label Feb 2, 2023
@massout massout self-assigned this Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant