Update .md

This commit is contained in:
Santiago Lo Coco 2022-02-10 11:32:11 -03:00
parent 26a314074f
commit 8617415908
2 changed files with 19 additions and 12 deletions

View File

@ -8,16 +8,6 @@ github: https://github.com/slococo/BottlerOS
category: university
---
# BottlerOS
BottlerOS es un sistema operativo.
## Tabla de contenidos
* [Requisitos](#requisitos)
* [Compilación](#compilación)
* [Ejecución](#ejecución)
* [Testeos](#tests)
## Requisitos <a name="requisitos"></a>
Debe instalar nasm, qemu, gcc, make. Estos se encuentran disponibles en el repositorio de la vasta mayoría de distribuciones de Linux/macOS.

View File

@ -2,8 +2,25 @@
layout: page
title: calsais
description: Arch Linux semi-automatic installation script.
redirect: https://github.com/santilococo/calsais
github: https://github.com/slococo/calsais
importance: 1
category: personal
---
---
### Usage <a name="usage"></a>
Run
```bash
curl -LO slococo.com.ar/calsais
```
and then
```bash
sh calsais
```
You can use `-d`, `-f` or `-s` to enable logging.
The script only supports UEFI boot mode.