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 )
STORAGE
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: STORAGE
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 ]
[ Project UDI ]
- MajickTek
- Member
- Posts: 101
- Joined: Sat Dec 17, 2016 6:58 am
- Libera.chat IRC: MajickTek
- Location: The Internet
- Contact:
Re: STORAGE
If you actually wanted to start this topic you should word this differently.frednora wrote:It's a topic ONLY to talk about storage stuff.
...
( Especially for boot stuff )
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() ) );
- MajickTek
- Member
- Posts: 101
- Joined: Sat Dec 17, 2016 6:58 am
- Libera.chat IRC: MajickTek
- Location: The Internet
- Contact:
Re: STORAGE
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
P.S.: check this wonderful website as well: https://www.google.com
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
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() ) );
Re: STORAGE
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
P.S.: check this wonderful website as well: https://www.google.com
Hoped it helped because it really helped med thank you!
Re: STORAGE
I don't think he/she really found that helpfulMajickTek 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
P.S.: check this wonderful website as well: https://www.google.com
Vincent Sandoval