Difference between revisions of "Operating System FAQ"

From PhatHack Wiki
Jump to navigation Jump to search
m
Line 2: Line 2:
 
This wiki gathers all bits of information about the PB's operating system
 
This wiki gathers all bits of information about the PB's operating system
 
 
Bootloader:
+
= Bootloader =
 
* Proprietary firmware, contained in approx 64k of flash memory
 
* Proprietary firmware, contained in approx 64k of flash memory
 
* Performs authentication on the drive signature, linux, ramdisk, phatd, rc.sh and the drive signature, then loads linux and the ramdisk into memory and boots them
 
* Performs authentication on the drive signature, linux, ramdisk, phatd, rc.sh and the drive signature, then loads linux and the ramdisk into memory and boots them
 
 
Main OS:
+
= Main OS =
 
* LynuxWorks [http://www.lynuxworks.com/products/bluecat/bluecat.php3 BlueCat] Linux (3.1?)
 
* LynuxWorks [http://www.lynuxworks.com/products/bluecat/bluecat.php3 BlueCat] Linux (3.1?)
 
* [http://www.lynuxworks.com/support/bluecat/docs/0418-00-BlueCat_31_Users_Guide.pdf User's Guide (3.1)]
 
* [http://www.lynuxworks.com/support/bluecat/docs/0418-00-BlueCat_31_Users_Guide.pdf User's Guide (3.1)]

Revision as of 20:30, 15 June 2005

This wiki gathers all bits of information about the PB's operating system

Bootloader

  • Proprietary firmware, contained in approx 64k of flash memory
  • Performs authentication on the drive signature, linux, ramdisk, phatd, rc.sh and the drive signature, then loads linux and the ramdisk into memory and boots them

Main OS