What's different between FAT12 and FAT16?
I know the two are similar, but I want to know all the difference, so I can support both FAT12 and FAT16.
Search found 7 matches
- Wed Jul 13, 2011 11:20 pm
- Forum: Beginning OS Development
- Topic: FAT12 Vs. FAT16
- Replies: 1
- Views: 41419
- Wed Jun 08, 2011 9:33 pm
- Forum: Beginning OS Development
- Topic: What is the font called?
- Replies: 1
- Views: 15154
What is the font called?
What font / typeface do we you see when displaying a character in the video memory (0xB8000)?
- Wed May 11, 2011 11:29 pm
- Forum: Beginning OS Development
- Topic: DLL for the kernel...
- Replies: 1
- Views: 14905
DLL for the kernel...
Is there a way to create a DLL (Dynamic-link library) that the kernel can use?
- Tue May 10, 2011 11:39 pm
- Forum: Beginning OS Development
- Topic: About the GDT in the kernel...
- Replies: 1
- Views: 12143
About the GDT in the kernel...
Why do we need to setup the GDT in the kernel if you already did it in the bootloader?
- Wed Apr 27, 2011 7:21 pm
- Forum: Beginning OS Development
- Topic: How do you displaying Unicode characters?
- Replies: 1
- Views: 12288
How do you displaying Unicode characters?
How do you display unicode characters (such as Ω) ?
Do you use the video memory like with ascii characters?
Do you use the video memory like with ascii characters?
- Mon Apr 25, 2011 9:00 pm
- Forum: C and C++
- Topic: GCC Library Help
- Replies: 0
- Views: 64274
GCC Library Help
How do you make and use a C static library with GCC?
- Mon Apr 25, 2011 5:24 pm
- Forum: Beginning OS Development
- Topic: About the HAL...
- Replies: 1
- Views: 12707
About the HAL...
How is the kernel able to access functions from the HAL?
I'm looking at tutorial 15.
I'm looking at tutorial 15.