From 8d203036f7edc3deb37a23db58542340afa996aa Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 1 Sep 2025 12:44:37 +0200 Subject: [PATCH] Fix comparison note in README --- README.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 3f33061..603a54e 100644 --- a/README.org +++ b/README.org @@ -17,9 +17,13 @@ exercise is asking you to modify as you go. Note: - In chapter 6 exercise 6, macOS malloc will almost never return a NULL pointer due to virtual memory overcommit, so you should check for - =size \=\= 1024 * 1024 * 100)= instead of =array \=\= NULL= -- In chapter 8, I renamed =stack_t= to =my_stack_t= due to =std= naming conflict - on macOS + ~size == 1024 * 1024 * 100)~ instead of ~array == NULL~ +- In chapter 8, I renamed ~stack_t~ to ~my_stack_t~ due to a =std= naming + conflict on macOS + +The first the 3 chapters of the course can be done interactively on the website. + +[[./bootdev-c.png]] ** Build instructions @@ -34,10 +38,6 @@ $ make run ** Output -The first the 3 chapters of the course can be done interactively on the website. - -[[./bootdev-c.png]] - Successful output of all the tests: #+BEGIN_SRC sh