Difference between revisions of "Platform Notes (GNU HURD)"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
* GNU HURD lacks System V semaphore operations, though shared memory is supported -- we're looking at using <code>fcntl</code> locks as a workaround | * GNU HURD lacks System V semaphore operations, though shared memory is supported -- we're looking at using <code>fcntl</code> locks as a workaround | ||
* File I/O operations seem to regularly freeze the daemon and raise CPU usage to 85% or higher on the <code>ext2fs</code> process | * File I/O operations seem to regularly freeze the daemon and raise CPU usage to 85% or higher on the <code>ext2fs</code> process | ||
+ | |||
+ | [[Category:Tier 3 Ports]] | ||
+ | [[Category:Platform Notes]] |
Revision as of 07:07, 4 August 2023
Contents
Port Status
GNU HURD is a Tier 3 Port.
Verified Releases
N/A
Testing Details
The GNU HURD port is built and tested on the following system:
- ESXi Virtual Machine (32-bit)
- 4GB RAM
- GNU polemos 0.9 GNU-Mach 1.8+git20230526-486/Hurd-0.9 i686-AT386 GNU
- gcc 12.2.0-14+hurd.1
- autoconf 2.71
- automake 1.16.5
Required Kernel Tuning
Coming soon.
Port Challenges
- GNU HURD lacks System V semaphore operations, though shared memory is supported -- we're looking at using
fcntl
locks as a workaround - File I/O operations seem to regularly freeze the daemon and raise CPU usage to 85% or higher on the
ext2fs
process