From f2ba1c7176e04f6032b9fe01f93568dfb4ff0f9d Mon Sep 17 00:00:00 2001 From: stavvit Date: Mon, 1 Mar 2021 20:46:35 +0200 Subject: [PATCH 1/2] Type on the page 44 a single bit instead of a single big --- book_src/Operating Systems From 0 to 1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book_src/Operating Systems From 0 to 1.txt b/book_src/Operating Systems From 0 to 1.txt index edc4d09..638ca6a 100644 --- a/book_src/Operating Systems From 0 to 1.txt +++ b/book_src/Operating Systems From 0 to 1.txt @@ -5,7 +5,7 @@ Tu, Do Hoang - +R Table of Contents @@ -2107,7 +2107,7 @@ Bus ]Bus is a subsystem that transfers data between computer components or between computers. Physically, buses are just electrical wires that connect all components together and each -wire transfer a single big of data. The total number of wires is +wire transfer a single bit of data. The total number of wires is called bus width[margin: bus width ]bus width, and is dependent on how many wires a CPU can support. From bcd123f81d1474ca440f2cfd5f75c281c757dc9d Mon Sep 17 00:00:00 2001 From: stavvit Date: Mon, 1 Mar 2021 21:02:19 +0200 Subject: [PATCH 2/2] Update Operating Systems From 0 to 1.txt --- book_src/Operating Systems From 0 to 1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book_src/Operating Systems From 0 to 1.txt b/book_src/Operating Systems From 0 to 1.txt index 638ca6a..5690a98 100644 --- a/book_src/Operating Systems From 0 to 1.txt +++ b/book_src/Operating Systems From 0 to 1.txt @@ -5,7 +5,7 @@ Tu, Do Hoang -R + Table of Contents