Penguin

Differences between version 2 and previous revision of SysLinux.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, October 19, 2005 8:33:41 pm by AristotlePagaltzis Revert
Older page: version 1 Last edited on Monday, January 12, 2004 6:02:04 am by AristotlePagaltzis Revert
@@ -16,9 +16,9 @@
 ;; %%% __DISPLAY filename__ : Displays the indicated file on the screen at boot time (before the boot: prompt, if displayed). 
 ;; %%% __SAY message__ : Prints the message on the screen. 
 ;; %%% __F1 filename %%% F2 filename %%% ...etc... %%% F9 filename %%% F0 filename__ : Displays the indicated file on the screen when a function key is pressed at the boot: prompt 
  
-SysLinux also supports a boot-time-loaded InitialRamdisk
+SysLinux also supports a boot-time-loaded InitialRamDisk
  
 !!! Booting [DOS] 
  
 This is the recommended procedure for creating a SysLinux disk that can boot either [DOS] or [Linux]. This example assumes the drive is __A:__ in [DOS] and __/dev/fd0__ in [Linux]; for other drives, substitute the appropriate drive designator. 
@@ -58,9 +58,9 @@
 SysLinux can boot from a [FAT12] or [FAT16] FileSystem partition on a HardDisk ([FAT32], introduced in [Windows] 95 OSR-2, is not supported, however). The installation procedure is identical to the procedure for installing it on a floppy, and should work under either [DOS] or [Linux]. To boot from a partition, SysLinux needs to be launched from a Master Boot Record or another boot loader, just like [DOS] itself would. 
  
 Under [DOS], you can install a standard simple [MBR] on the primary hard disk by running the command: 
  
- FDISK /MBR 
+ FDISK /MBR 
  
 Then use the __FDISK__ command to mark the appropriate partition active. 
  
 A simple [MBR], roughly on par with the one installed by [DOS] (but unencumbered), is included in the SysLinux distribution.