-
Hi. I have some questions and suggestions about the project:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Oh yeah, I'd like to ask: How to add a readline function? How to make a filesystem for the system? |
Beta Was this translation helpful? Give feedback.
-
Yes. The dots are printed on the regular timer interrupts. Additionally, keyboard input should work.
I'm currently working on a new edition of the blog, which will use a pixel-based framebuffer. This should make it possible to draw your own GUI.
Thanks for offering your help! We're always happy to add more translations to the blog. |
Beta Was this translation helpful? Give feedback.
-
Recently I wrote an assembly language bootloader using FASM (Flat Assembly) and now I have a question how to attach a rust kernel to this. According to this tutorial, the structure of the project should be: Project files:
You can find my files here in the bootloader directory |
Beta Was this translation helpful? Give feedback.
-
I know the keyboard input is working
|
Beta Was this translation helpful? Give feedback.
Yes. The dots are printed on the regular timer interrupts. Additionally, keyboard input should work.
I'm currently working on a new edition of the blog, which will use a pixel-based framebuffer. This should make it possible to draw your own GUI.
Thanks for offering your help! We're always happy to add more translations to the blog.