Hello,
Venkaat Balaje, le sam. 11 mars 2023 20:21:22 +0530, a ecrit:
> I would be grateful if someone could point me to
> where this work is stored so I can get more of an idea about it.
The current information is available on:
https://darnassus.sceen.net/~hurd-web/community/gsoc/project_ideas/r
Hello,
Madhu patel, le sam. 11 mars 2023 17:56:47 +0530, a ecrit:
> can you please tell me the number of applicants for this project?
We won't know that until the application frontend closes.
Samuel
---
kern/mach_clock.c | 13 +
kern/mach_clock.h | 4 ++--
kern/task.h | 2 +-
kern/thread.h | 2 +-
4 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/kern/mach_clock.c b/kern/mach_clock.c
index a3656948..e33404a2 100644
--- a/kern/mach_clock.c
+++ b/kern/mach
Dear All,
My name is Venkaat and I am looking to be a potential contributor to
GNU/Hurd during GSoC'23 and I am currently going through the efforts made
to port Rust to Hurd. I believe there was some work done towards generating
a file using libc headers and bindgen. I would be grateful if someone
hi Samuel.
I have completed the tasks you mentioned.
can you please tell me the number of applicants for this project? and what
are my chances of getting selected?
Thanks!
On Fri, Mar 10, 2023 at 5:29 AM Samuel Thibault
wrote:
> Hello,
>
> Madhu patel, le jeu. 09 mars 2023 13:01:51 +0530, a ec
Applied, thanks!
Damien Zammit, le sam. 11 mars 2023 07:29:45 +, a ecrit:
> hz variable is the number of mach ticks in 1 second.
> We want to know how many lapic ticks in 1 mach tick.
> Therefore, we set a timer for 10 mach ticks and divide
> the lapic stopwatch counter value by 10.
> ---
> i