From a03d0790a6089c37b598100e114b1489d429bb02 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 14 Feb 2022 21:11:34 -0300 Subject: [PATCH] Update BottlerOS.md --- _projects/BottlerOS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_projects/BottlerOS.md b/_projects/BottlerOS.md index afb0200..856e042 100644 --- a/_projects/BottlerOS.md +++ b/_projects/BottlerOS.md @@ -7,7 +7,7 @@ github: https://github.com/slococo/BottlerOS category: university --- -## Requisitos +## Requirements You must install `nasm`, `qemu`, `gcc` and `make`. These are available in the repository of the vast majority of Linux/macOS distributions. @@ -16,7 +16,7 @@ macOS (with [homebrew](https://brew.sh/)): `brew install nasm qemu gcc make` If you have another distribution check how to do it. -## Compilación +## Compilation To compile all the files, the `build.sh` script must be executed (from the root folder of the project). Note that you can pass `buddy` as an argument if you want to compile with this memory manager (it won't compile with it by default). Also, if you want to test the OS with the Spanish keyboard, you can do so by passing `spanish` as an argument. Lastly, the `free` parameter will free memory (that has been obtained via `malloc`) on terminating or `killing` a process. @@ -26,7 +26,7 @@ To compile all the files, the `build.sh` script must be executed (from the root This script will do a `make` on the `Toolchain` folder and then a `make` on the project's `root` folder. Then, depending on the parameter entered, it will do: `make all`, `make spanish`, `make buddy` or `make free`. -## Ejecución +## Execution Now, you will be able to run BottlerOS by doing: @@ -40,7 +40,7 @@ If, instead, you want to run the OS from Windows, you can do so with: ./run.bat ``` -## Testeos +## Tests In order to perform a static analysis of the system you must have [cppcheck](http://cppcheck.net/) and [pvs-studio](https://pvs-studio.com/) installed. Then, you can run the tests with: