summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-07-09 01:55:15 +0200
committerAlmuHS <almuhs@github.com>2019-07-09 01:55:15 +0200
commit372eeb43357b6a6735242ddeef83c5e48b316182 (patch)
tree749220389c3fb7b57bdeddbb9028acb8264f1a14
parentf60ef1dc556b5c3daf1ba0a6159ce298ba07dc9c (diff)
docs: added solution to little stack problem
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2571cccb..3c525634 100644
--- a/README.md
+++ b/README.md
@@ -170,6 +170,7 @@ More info in: <https://www.gnu.org/software/hurd/microkernel/mach/gnumach/buildi
- Added calls to `gdt_init()` and `idt_init()` before call to `slave_main()`, to load final GDT and IDT.
- Enabled call to `slave_main()`, to add AP processors to the kernel
- Moved paging configuration to `paging_setup()` function
+- Solved little problem with AP stack: now each AP has their own stack
### Recover old *gnumach* APIC headers