summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-06-15 21:25:25 +0200
committerAlmuHS <almuhs@github.com>2019-06-15 21:25:25 +0200
commitd3e75343e96542a7ff04796c6473c0aea303f772 (patch)
treec08438a0e2264c395f3c7ffff9d8d9f5b9a340c0
parent654e02e85b7cb80ed1748758d3b900fc21a2dcaf (diff)
docs: removed cpu_up() references
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index e31e50a7..c7cce538 100644
--- a/README.md
+++ b/README.md
@@ -122,11 +122,9 @@ More info in: <https://www.gnu.org/software/hurd/microkernel/mach/gnumach/buildi
- Implemented assembly `CPU_NUMBER()`
- Refactorized `cpu_number()` with a more efficient implementation
- Added interrupt stack to cpus
-- Registered cpus in the system using `cpu_up()`
- Improve memory reserve to cpu stack, using Mach style (similar to interrupt stack)
-
## Current status
- In the [Min_SMP](https://github.com/AlmuHS/Min_SMP/) test environment, the cpus are detected and started correctly
@@ -137,7 +135,6 @@ More info in: <https://www.gnu.org/software/hurd/microkernel/mach/gnumach/buildi
- *gnumach* boots successfully with a only cpu, in SMP mode
- *gnumach* enable all cpus during the boot successfully
+ I need to "link" the cpus to the rest of the system
-- `nproc` command show all cpus
## Implementation