diff options
author | crocket <crockabiscuit@yahoo.com> | 2010-06-28 10:47:18 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-06-28 10:47:18 -0400 |
commit | b825310bf824d33a71d886f6da2fbfde0a819ed2 (patch) | |
tree | 31f7cad456b21a2bdb73ade09dc49631961db88d /system/mbr/README | |
parent | dc040a5346bc4083581da8d48a8fd5f7b49866a1 (diff) | |
download | slackbuilds-b825310bf824d33a71d886f6da2fbfde0a819ed2.tar.gz |
system/mbr: Added (Master Boot Record)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/mbr/README')
-rw-r--r-- | system/mbr/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/mbr/README b/system/mbr/README new file mode 100644 index 0000000000..a9d5fa6f8a --- /dev/null +++ b/system/mbr/README @@ -0,0 +1,5 @@ +mbr (Master Boot Record for IBM-PC compatible computers) + +The MBR is used in booting operating systems from the hard disk. +It runs first, then transfers control to the operating system's +loader which transfers control to the kernel. |