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

https://rust-osdev.com/this-month/2022-04/ #102

Open
utterances-bot opened this issue May 13, 2022 · 4 comments
Open

https://rust-osdev.com/this-month/2022-04/ #102

utterances-bot opened this issue May 13, 2022 · 4 comments
Labels
comments General comment thread for a post

Comments

@utterances-bot
Copy link

This Month in Rust OSDev: April 2022 | Rust OSDev

Operating System Development in Rust

https://rust-osdev.com/this-month/2022-04/

Copy link

Hello Phil Opp. In next edition blog os, do you explained about SMP and IPC while explaining processes and threads?? Thank you.

Copy link

Phill can you for the next blog os explain to us how to make a ui for the os

@phil-opp
Copy link
Member

@Ananta98 I plan to do SMP. I haven't thought about IPC yet. I there any specific approach that you're interested in?

@HighOnHeroin The third edition of the blog will set up a pixel-based framebuffer, which allows you to draw your own UI, e.g. through the embedded_graphics crate. However, I probably won't explain how to create a full UI framework in the blog since this seems more suitable for a userspace program (i.e. not the kernel).

Copy link

@phil-opp I think 3 popular IPC like pipes, message passing, and socket. For socket, we need networking which is should be implemented in user space, so this is not truly urgent. But i think pipes (can be use in terminal) and message passing for IPC. I've also good library suggestion for UI rust library in userspace based on OSdev forum (https://forum.osdev.org/viewtopic.php?f=1&t=56198). User name skyesp used minifb (https://github.com/emoon/rust_minifb) rust library.

@phil-opp phil-opp added the comments General comment thread for a post label Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comments General comment thread for a post
Projects
None yet
Development

No branches or pull requests

4 participants