1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-06 22:27:36 +00:00
serenity/Kernel/Arch/i386
Nico Weber 4eb967b5eb LibC+Kernel: Start implementing sysconf
For now, only the non-standard _SC_NPROCESSORS_CONF and
_SC_NPROCESSORS_ONLN are implemented.

Use them to make ninja pick a better default -j value.
While here, make the ninja package script not fail if
no other port has been built yet.
2020-07-15 00:07:20 +02:00
..
Boot Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
CPU.cpp Kernel: Fix some flaws that caused crashes or hangs during boot 2020-07-09 23:24:55 +02:00
CPU.h LibC+Kernel: Start implementing sysconf 2020-07-15 00:07:20 +02:00
Interrupts.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
ISRStubs.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
ProcessorInfo.cpp Kernel: Consolidate features into CPUFeature enum 2020-07-03 19:32:34 +02:00
ProcessorInfo.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00