Re: [edk2-devel] Python-3.6.8 UEFI : fork support

2025-02-17 Thread Yoshinoya via groups.io
.com Subject: Re:Re: [edk2-devel] Python-3.6.8 UEFI : fork support hi, JP Got it, thank you! I found some uefi mp service functions's call sample in edk2module.c So, user could follow this sample and write multi process sample with python script ? best wishes,

Re: [edk2-devel] Python-3.6.8 UEFI : fork support

2025-02-17 Thread Jayaprakash, N via groups.io
JP From: Yoshinoya Sent: Monday, February 17, 2025 4:43 PM To: devel@edk2.groups.io; Jayaprakash, N Cc: Kinney, Michael D ; pedro.falc...@gmail.com Subject: Re:Re: [edk2-devel] Python-3.6.8 UEFI : fork support hi, JP Got it, thank you! I found some uefi mp service functions's

Re: [edk2-devel] Python-3.6.8 UEFI : fork support

2025-02-17 Thread Yoshinoya via groups.io
Regards, JP From: Yoshinoya Sent: Monday, February 17, 2025 8:19 AM To: Kinney, Michael D ; pedro.falc...@gmail.com; devel@edk2.groups.io; Jayaprakash, N Subject: [edk2-devel] Python-3.6.8 UEFI : fork support Hi, Michael I am studying Python368 uefi code. I have a question, ask for he

Re: [edk2-devel] Python-3.6.8 UEFI : fork support

2025-02-16 Thread Jayaprakash, N via groups.io
egards, JP From: Yoshinoya Sent: Monday, February 17, 2025 8:19 AM To: Kinney, Michael D ; pedro.falc...@gmail.com; devel@edk2.groups.io; Jayaprakash, N Subject: [edk2-devel] Python-3.6.8 UEFI : fork support Hi, Michael I am studying Python368 uefi code. I have a question, ask for help. I found

[edk2-devel] Python-3.6.8 UEFI : fork support

2025-02-16 Thread Yoshinoya via groups.io
Hi, Michael I am studying Python368 uefi code. I have a question, ask for help. I found some marco defines in edk2module.c "HAVE_FORK / HAVE_FORK1 / HAVE_SPAWNV / etc" It seems about multi-thread support functions, so my question is: 1. Have these functions been tested on uefi shell environme