Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Macintosh Toolbox
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|System routines for Classic Mac OS}} The '''Macintosh Toolbox''' implements many of the high-level features of the [[Classic Mac OS]], including a set of [[application programming interface]]s for software development on the platform. The Toolbox consists of a number of "managers," software components such as [[QuickDraw]], responsible for drawing onscreen graphics, and the Menu Manager, which maintain data structures describing the menu bar. As the [[Macintosh_128K|original Macintosh]] was designed without [[virtual memory]] or [[memory protection]], it was important to classify code according to when it should be loaded into memory or kept on disk, and how it should be accessed. The Toolbox consists of subroutines essential enough to be permanently kept in memory and accessible by a two-byte [[instruction set|machine instruction]]; however it excludes core "kernel" functionality such as [[memory management]] and the [[file system]]. Note that the Toolbox does not ''draw'' the menu onscreen: menus were designed to have a customizable appearance, so the drawing code was stored in a [[resource fork|resource]], which could be on a disk.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)