summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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