summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-05-01 18:47:43 +0200
committerAlmuHS <almuhs@github.com>2019-05-01 18:48:25 +0200
commit6b787a1e88522159a37ddcaa97f439a18ed9ffd6 (patch)
treea02e9f7f781884c762344faa6d401d798f8a5c9a
parent6c0b25f2bb0f0591430b6eb668b91b9c8713f391 (diff)
parent5b7fe5716fceaadab9cabac7d1cea70ace6601f7 (diff)
docs: updated README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bc43b0e7..e5584668 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,7 @@ More info in: <https://www.gnu.org/software/hurd/microkernel/mach/gnumach/buildi
- [`CPU_NUMBER() `](https://github.com/AlmuHS/GNUMach_SMP/blob/44c79ab18042c94996114ebeb233b8bd0033411d/i386/i386/cpu_number.h#L48) assembly function has been implemented using `apic2kernel[]` array
- Added call to `interrupt_stack_alloc()` before `mp_desc_init()`
- Improve memory reserve to cpu stack, using Mach style (similar to interrupt stack)
+- Disabled temporary call to `cpu_up()`
### Recover old *gnumach* APIC headers