Acknowledgements

Acknowledgements

This website uses a Mac emulator from the Infinite Mac project. The emulator is based on Basilisk II, compiled for the web using Emscripten. To enable Internet access and communication between the emulated machine and the web browser, we ported the TCP/IP stack from Emulation-as-a-Service, which uses picotcp (inspired by oldweb.today).

When you click a link on this page, the emulated Mac opens the link in your web browser by sending a packet over TCP to a server running in JavaScript.

The content reader you are looking at is a custom app built using Metrowerks CodeWarrior, targeting the 68k Mac Toolbox APIs in C. The app incorporates work from joshua stein’s open source Wikipedia Reader. Custom TextEdit click handling routines allow for natural scrolling on mobile.

Mac OS 8 was released by Apple in July 1997.

Back to home.

Infinite Mac

Copyright 2023 Infinite Mac

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Basilisk II

A 68k Macintosh emulator
Copyright (C) 1997-2008 Christian Bauer et al.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Wikipedia Reader

Wikipedia Reader is free software released under the terms of the ISC
license:
Copyright (c) 2022-2023 joshua stein <[email protected]>

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT,
OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.

PicoTCP

Copyright (c) 2012-2017 Altran Intelligent Systems.

Released under the GNU General Public License, version 2, or (at your option)
version 3.
See LICENSE.GPLv2 and LICENSE.GPLv3 for details.

Different licensing models may exist, at the sole discretion of
the Copyright holders.

webnetwork.js

Copyright 2018 The Emulation-as-a-Service Authors.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

Apple

Mac and Mac OS are trademarks of Apple Inc., registered in the U.S. and other countries and regions.

Back to home.