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

Use usize in kernel IO functions #380

Open
efenniht opened this issue Jan 28, 2021 · 0 comments
Open

Use usize in kernel IO functions #380

efenniht opened this issue Jan 28, 2021 · 0 comments
Labels
future-work Will not be resolved during refactoring; should be dealt with in future work

Comments

@efenniht
Copy link
Collaborator

  • kernel 내부에선 전부 usize로 하고,
  • syscall과 연결하는 부분에서 u32 <-> usize 변환 해주는건 어떨까요? @efenniht

Originally posted by @jeehoonkang in #366 (comment)

@Medowhill Medowhill added the future-work Will not be resolved during refactoring; should be dealt with in future work label Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future-work Will not be resolved during refactoring; should be dealt with in future work
Projects
None yet
Development

No branches or pull requests

2 participants