flat assembler
Message board for the users of flat assembler.
Index
> OS Construction > Fil Systems |
Author |
|
ManOfSteel 13 Dec 2008, 20:48
Quote: can i use it in real mode Of course, a file system can be implemented and work in real mode, but it will have some limitations caused by real mode itself. Quote: if not, which int and how can i use it to run a file on the disk For the most basic setup, you need to implement: 1) functions to read/write raw sectors (using BIOS int 0x13) 2) file system functions that use those in part 1 First learn what a file system is http://en.wikipedia.org/wiki/File_system http://wiki.osdev.org/File_Systems and take a look at MiniDOS http://board.flatassembler.net/topic.php?t=5275 |
|||
13 Dec 2008, 20:48 |
|
GhostXoPCorp 13 Dec 2008, 21:24
oh gee, thanks i will look at those links
_________________ Oh that divide overflow. Just jumps out of the bushes every time to scare the day lights out of me. |
|||
13 Dec 2008, 21:24 |
|
revolution 14 Dec 2008, 01:28
GhostXoPCorp wrote: if you could give me the info, that would be amazing, please no linksto other cites, i know there are alot of realy smart assembly people on here who can answer my question so please no links. |
|||
14 Dec 2008, 01:28 |
|
GhostXoPCorp 14 Dec 2008, 03:03
oh sorry, i did not see this response.
|
|||
14 Dec 2008, 03:03 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.