Skip to content

Commit

Permalink
example about SMP
Browse files Browse the repository at this point in the history
  • Loading branch information
leosongwei committed Sep 10, 2018
1 parent 70d2bb4 commit a1dc97a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/examples.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@
;;;; -------------------------------------------------
;;;; SMP

;; Detect and boot secondary cpus
;; Detect and boot secondary cpus.
;; This is an internal function, which is supposed to be called automatically during the boot process.
;; SMP feature is currently experimental and is disabled by default, so you may call it by yourself.
(mezzano.supervisor::boot-secondary-cpus)

0 comments on commit a1dc97a

Please sign in to comment.