Re: Work in generating code using bindgen

2023-03-11 Thread Samuel Thibault
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

Re: GSoC'2023: Porting Rust to GNU/Hurd: GNU

2023-03-11 Thread Samuel Thibault
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

[PATCH gnumach] Update thread and task creation time to use time_value64_t

2023-03-11 Thread Flavio Cruz
--- 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

Work in generating code using bindgen

2023-03-11 Thread Venkaat Balaje
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

Re: GSoC'2023: Porting Rust to GNU/Hurd: GNU

2023-03-11 Thread Madhu patel
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

Re: [PATCH gnumach] ioapic: Timer calibrated in 10 mach ticks

2023-03-11 Thread Samuel Thibault
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