access hardrive

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.
Post Reply
compro
Posts: 9
Joined: Sun Mar 18, 2012 10:29 am

access hardrive

Post by compro »

i made a simple kernel. also i have certain files in main memory that i would like to store on harddrive.
is there any way to do this?
i mean simply write certain part of main memory to a disk.
i am using grub. btw i am loading a module from the floppy drive. is it possible i can overwrite this module with the data i want to write from the memory??
User avatar
brain
Member
Member
Posts: 234
Joined: Thu Nov 05, 2009 5:04 pm
Location: UK
Contact:

Re: access hardrive

Post by brain »

The x86 RTFM instruction is what you need to write this, its behaviour when applied to a program is fully documented on the osdev wiki. it takes one willing developer with an urge to learn under their own steam as its only parameter.
Post Reply