[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4 - gnumach] SMP almost working!
From: |
Damien Zammit |
Subject: |
[PATCH v2 0/4 - gnumach] SMP almost working! |
Date: |
Fri, 11 Nov 2022 23:21:08 +0000 |
Hi,
This patchset applies to master and has been tested
not to break --{enable,disable}-kdb --disable-pae --disable-apic
while getting closer to a working SMP version.
I did not test all patches in isolation, only the combination of 4.
In particular, it adds separate interrupt stacks per cpu, descriptor
table loading per cpu, and a refactoring of temporary pmap functions.
Damien
- [PATCH v2 0/4 - gnumach] SMP almost working!,
Damien Zammit <=
[PATCH 3/4] Add cpu_number and cpuboot, Damien Zammit, 2022/11/11
[PATCH 4/4] i386: Refactor int stacks to be per cpu for SMP, Damien Zammit, 2022/11/11