FAT16 and FAT32 ShowThe FAT16 file system
The first file system to be used on a Microsoft operating system was the FAT system, which uses a file allocation table. The file allocation table is actually an index which lists the content of the disk in order to record the...
Mounting a partition FAT-16(MS-DOS) ShowMounting a partition FAT-16(MS-DOS)
To mount a partition as from FAT 16, you just have to type the following:
mount -t msdos /dev/hda1 /mnt/hdd
The file system ms-dos (FAT-16) must be installed in the Kernel in filesystems...
Compiling an assembly program with Nasm ShowCompiling an assembly program with Nasm
Intro
With LInux
With Windows
Intro
Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture and is commonly used to create 16-bit, 32-bit (IA-32) and 64-bit...
Converting a 32-bit integer into IP ShowConverting a 32-bit integer into IP
Number to convert: 3265917058
Binary representation
11000010 10101001 11110000 10000010 - 3265917058
00000000 00000000 00000000 11000010 - 3265917058 >> 24 ( 194 )
11000010 10101001 11110000...
Autoexec.nt - Subsystem 16-bit Windows ShowAutoexec.nt - Subsystem 16-bit Windows
Solution 2
Solution 3
When trying to install a 16-bit windows on your PC, the following error message appears on your screen
c:\windows\system32\autoexec.NT. The system file is not suitable for...
Download PC Inspector File Recovery ShowPC INSPECTOR™ File Recovery is a data recovery program that supports the FAT 12/16/32 and NTFS file systems.
Finds partitions automatically, even if the boot sector or FAT has been erased or damaged
Recovers files with the original time and...
Download Smart Undelete ShowSmart Undelete is a powerful data recovery software.
It allows you to recover files which have been deleted from your hard disk. It can supports the following disks: FAT/12/16/32, NTFS/NTFS 5 as well as the removable devices like flash disks or...
The NTFS file system ShowThe NTFS file system
The NTFS file system (New Technology File System) is based on a structure called the "master file table" or MFT, which is able to hold detailed information on files. This system allows the use of long names, but, unlike the...
Structure of an email (Headers and bodies) ShowStructure of an email
An email has three basic parts:
The header, a set of lines containing information about the message's transportation, such as the sender's address, the recipient's address, or timestamps showing when the message was sent by...
Structure tags ShowTags can be divided into two groups: Those which change the structure of the page, and those which change the text style. Structure tags include header tags, paragraph tags, list tags, and more. Attributes
The following attributes are placed within...