Jump to content

Floppy Disk: Difference between revisions

From Advanced Computers Wiki
Created page with "alt=Hard disk drive|thumb|Hard disk drive Floppy disks are very similar to HDDs both in the sense that they store data, are currently managed-only and have no size quota just yet. A big difference is that you can craft an Advanced OS installation floppy which allows you to install our built-in operating system. Though you can also write your own if you wish to. You may want to look at the AcLuaDev..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Hard disk drive netherite thumbnail.png|alt=Hard disk drive|thumb|Hard disk drive]]
[[File:Floppy disk premade acos thumbnail.png|alt=Floppy disk|thumb|Floppy disk]]
Floppy disks are very similar to [[Hard Disk Drive|HDDs]] both in the sense that they store data, are currently managed-only and have no size quota just yet. A big difference is that you can craft an [[Advanced OS]] installation floppy which allows you to install our built-in operating system. Though you can also write your own if you wish to. You may want to look at the [[AcLuaDev]] project for developing programs / operating systems more easily.
Floppy disks are very similar to [[Hard Disk Drive|HDDs]] both in the sense that they store data, and are currently managed-only. A big difference is that you can craft an [[Advanced OS]] installation floppy which allows you to install our built-in operating system.
 
Each floppy disk can store '''500 kiB'''.
 
== Provided component ==
== Provided component ==
This item provides the <code>massStorage</code> component which is either [[ManagedMassStorage]] or [[UnmanagedMassStorage]], though currently only the managed version is implemented. For details on the available functions, see the those links.{{Navbox content}}
This item provides the <code>massStorage</code> component which is either [[ManagedMassStorage]] or [[UnmanagedMassStorage]], though currently only the managed version is implemented. For details on the available functions, see the those links.
 
{{Navbox content}}

Latest revision as of 12:00, 18 August 2026

Floppy disk
Floppy disk

Floppy disks are very similar to HDDs both in the sense that they store data, and are currently managed-only. A big difference is that you can craft an Advanced OS installation floppy which allows you to install our built-in operating system.

Each floppy disk can store 500 kiB.

Provided component

This item provides the massStorage component which is either ManagedMassStorage or UnmanagedMassStorage, though currently only the managed version is implemented. For details on the available functions, see the those links.