Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!seismo!dimacs.rutgers.edu!rutgers!cbmvax!ewout From: ewout@topcat.commodore.com (Ewout Walraven) Newsgroups: comp.sys.amiga.programmer Subject: Re: Notepad 1.7 on wb 2.0/a3000 Message-ID: <19598@cbmvax.commodore.com> Date: 7 Mar 91 13:46:18 GMT References: <1991Mar7.012444.1@acad2.alaska.edu> Sender: news@cbmvax.commodore.com Organization: Commodore, West Chester, PA Lines: 18 axpmw@acad2.alaska.edu writes: > Notepad 1.7 on wb 2.0/a3000 Notepad does not work reliably with 2.0. It has been replaced with a fine Ed. You may notice Notepads absence on the WB2.X: partition and the disks that came with your A3000. >(we don't have 2 cpu's do we? so how can it run stuff simultaneously >without other windows pausing etc...) I'm new to the amiga and wanta The one 680x0 is multiplexed among the tasks. The speed of task switching gives you the illusion that multiple tasks run at the same time, whereas in reality Exec assigns processor time to each task in turn. For an indepth description of how multitasking is implemented on the Amiga you might want to read the Exec: Tasks chapter in the 1.3 Rom Kernel Manual: Libraries and Devices. Especially if you want to tell others about it.