I want to add fat16 to my system, but all fat16 tutorials I found didn't work.
I have nasm compiler and my system is in real mode. When you find fat16 tutorial in assembler, please give link here
Thanks
Sorry for my English.
FAT16, help
Re: FAT16, help
By "didn't work" do you mean the information provided in tutorial is inaccurate?
Have you checked FAT?
Have you checked FAT?
Most tutorials are written in plain English and pseudo code for easy understanding. If you need assembly example just format and disassemble the boot sector. However, be warn that, if you plan to copy paste a boot code it is dangerous; you should understand the pseudo code and write your own.lolkusus wrote:When you find fat16 tutorial in assembler, please give link here
Re: FAT16, help
If you really want some assembly code for learning purpose, I studied John Fine's code about ten years ago and may I introduce to you, and guess what, it's still there:
http://geezer.osdevbrasil.net/johnfine/index.htm
http://geezer.osdevbrasil.net/johnfine/index.htm
-
- Member
- Posts: 63
- Joined: Sat Apr 28, 2012 9:41 am
- Location: Earth -> Asia
Re: FAT16, help
Click Here and you will be in a page where you will be making a bootsector booting a bootloader which will boot a kernel(dont go more).
Anyone has a idea of making a ntfs bootsector?if yes PM me , plz.
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Re: FAT16, help
First of all saying that something "didn't work" without explaining that is one of the best ways to gather animosity against you. Secondly, your posts so far have shown the basic lack of skills needed to program this kind of stuff to begin with.I want to add fat16 to my system, but all fat16 tutorials I found didn't work.
I have nasm compiler and my system is in real mode. When you find fat16 tutorial in assembler, please give link here
Thats not helpful either.And about "didn't work" I mean: didn't boot my system
Please:
* Learn to ask smart questions
* Learn to search the wiki
* Learn to google things
* Learn the proper knowledge needed before you start writing an OS or bootsector
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Re: FAT16, help
yeah. i would say as a general rule of thumb, if you have absolutely no idea where to start to write your own boot sector, you are not ready to try OS dev.