Skip to content

Commit

Permalink
Add memory-monitor to the initial load and desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
froggey committed Feb 27, 2016
1 parent a03387e commit e29ca6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui/desktop.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
("LOCAL:>Icons>Editor.png" "Editor" "(mezzano.editor:spawn)")
("LOCAL:>Icons>Mandelbrot.png" "Mandelbrot" "(mandelbrot:spawn)")
("LOCAL:>Icons>Peek.png" "Peek" "(mezzano.gui.peek:spawn)")
("LOCAL:>Icons>Peek.png" "Memory Monitor" "(mezzano.gui.memory-monitor:spawn)")
("LOCAL:>Icons>FS-Viewer.png" "FS Viewer" "(mezzano.gui.fs-viewer:spawn)")
("LOCAL:>Icons>Telnet.png" "Nethack" "(telnet:spawn-nao)")
("LOCAL:>Icons>Telnet.png" "Nyan Cat" "(telnet:spawn-nyan)")))
Expand Down
1 change: 1 addition & 0 deletions ipl.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ If the compiled file is out of date, recompile it."
(sys.int::cal "gui/desktop.lisp")
(sys.int::cal "gui/image-viewer.lisp")
(sys.int::cal "applications/fs-viewer.lisp")
(sys.int::cal "applications/memory-monitor.lisp")
;; If the desktop image was removed above, then remove the :IMAGE argument
;; from here.
(setf sys.int::*desktop* (eval (read-from-string "(mezzano.gui.desktop:spawn :image \"LOCAL:>Desktop.jpeg\")")))
Expand Down

0 comments on commit e29ca6d

Please sign in to comment.