STORAGE

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
User avatar
frednora
Posts: 18
Joined: Fri Sep 01, 2017 6:53 pm
Location: Londrina - Paraná | Brazil
Contact:

STORAGE

Post by frednora »

It's a topic ONLY to talk about storage stuff.

* Storage support for booting ...
* Storage support when we are in user mode.
* Storage support for drivers, server process, client process, modules ...
* Storage support for kernel base modules.
* Storage support when we are real mode, protect mode and long mode.
* Storage support in every situation.
* ...

( Especially for boot stuff )
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: STORAGE

Post by Love4Boobies »

Please don't open a thread unless you have something to say.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

Re: STORAGE

Post by MajickTek »

frednora wrote:It's a topic ONLY to talk about storage stuff.
...
( Especially for boot stuff )
If you actually wanted to start this topic you should word this differently.
You should say something interesting about storage (to spark interest), and NOT mention that you want everyone to talk about it.

Maybe ask a question or to. Then people may start relating their own experiences. If they don't, then don't push them. It's fine.

Here's an example (pretend quote):
frednora wrote: In my OS, I implemented this and this storage.
Do you have any suggestions?
Have you implemented anything similar?
What could I do to implement this and this storage?
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

Re: STORAGE

Post by MajickTek »

This is a copy of my reply to you in Announcements:

Have you checked out our wiki yet?
ATA (hard disks)
Floppy Disk Controller
ATAPI (cd-rom)
AHCI (SATA native)
DMA
PCI
PCI Express
USB
For boot-specific things you may want to look at these:
File Management
File Systems
Memory Management
I hope this helps :D
P.S.: check this wonderful website as well: https://www.google.com
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
arframme
Posts: 2
Joined: Sun Sep 03, 2017 4:29 am
Contact:

Re: STORAGE

Post by arframme »

MajickTek wrote:This is a copy of my reply to you in Announcements:

Have you checked out our wiki yet?
ATA (hard disks)
Floppy Disk Controller
ATAPI (cd-rom)
AHCI (SATA native)
DMA
PCI
PCI Express
USB
For boot-specific things you may want to look at these:
File Management
File Systems
Memory Management
I hope this helps :D
P.S.: check this wonderful website as well: https://www.google.com

Hoped it helped because it really helped med thank you!
vzzr
Posts: 3
Joined: Wed Sep 06, 2017 6:46 am

Re: STORAGE

Post by vzzr »

MajickTek wrote:This is a copy of my reply to you in Announcements:

Have you checked out our wiki yet?
ATA (hard disks)
Floppy Disk Controller
ATAPI (cd-rom)
AHCI (SATA native)
DMA
PCI
PCI Express
USB
For boot-specific things you may want to look at these:
File Management
File Systems
Memory Management
I hope this helps :D
P.S.: check this wonderful website as well: https://www.google.com
I don't think he/she really found that helpful :(
Vincent Sandoval
Locked