mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-22 14:17:03 +00:00
Persist menu selection for bitsy.boot, bitsy.bye, basis & prodos.sys to Registry. Add new cmd line '-bootsector <pathname>'. Add BootSector (code & binary). Add OS (basic17.system, bitsy.boot, quit.system; DOS33 & ProDOS2.4.3). Update help doc: . add workflow info to ddi-create.html. . add new ddi-sizes.html, and ddi-advanced.html (for advanced workflow).
32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
|
<title>Disk Sizes</title>
|
|
|
|
</head>
|
|
|
|
|
|
<body style="background-color: rgb(255, 255, 255); font-family: verdana;" alink="#008000" link="#008000" vlink="#008000">
|
|
|
|
<h2 style="color: rgb(0, 128, 0);">Disks Sizes</h2>
|
|
|
|
<hr size="4">
|
|
|
|
<p>You may be wondering why there are various disk sizes. AppleWin supports floppy disk and hard drive images.</p>
|
|
|
|
<br>
|
|
<ul>
|
|
<li>A standard 5.25" floppy disk normally has 35 tracks. This disk can hold 140 KB.</li>
|
|
|
|
<li>An extended 5.25" floppy disk may have up to 40 tracks. This disk can hold 160 KB.</li>
|
|
|
|
<li>When the Apple //c+ came out it came with a 3.5" floppy disk drive. This disk can hold 800 KB. Vanilla Apple DOS 3.3 does NOT support this larger disk size; you must use another Operating System such as ProDOS.</li>
|
|
|
|
<li>Hard drives can hold even more data; the maximum size under ProDOS is 32 MB. Vanilla Apple DOS 3.3 does NOT support this larger disk size; you must use another Operating System such as ProDOS.</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|