Giter VIP home page Giter VIP logo

sistop's People

Contributors

alenigrelli avatar alx741 avatar emezav avatar fbergero avatar garciabruno avatar gwolf avatar nwolovick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sistop's Issues

Para un no-usuario de emacs, la compilación falla

No uso emacs, y aunque lo instalé, la compilación falla.
También ejecuté por primera vez en mi vida emacs y tampoco funcionó el build.

nicolasw@plata:~/so2015_support/sistop$ make
emacs --batch --load ~/.emacs --load publish.el --funcall org-publish-all
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50a2ps.el (source)...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading /etc/emacs/site-start.d/50gforth.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Loading /etc/emacs/site-start.d/50python-docutils.el (source)...
Cannot open load file: no such file or directory, /home/nicolasw/.emacs
Makefile:22: recipe for target 'publish' failed
make: *** [publish] Error 255

Prácticas para el libro disponibles

Para la asignatura de Sistemas Operativos 1 en la "Universidad de Cuenca" (Ecuador) se usó este grandioso libro en el semestre recientemente finalizado.

Fue necesario diseñar algunas prácticas que permitieran a los estudiantes ejercitar su conocimiento e investigar información relevante.

Pensé que quizás seria útil disponer de estas prácticas en el libro mismo, aunque siendo que fueron diseñadas para un curso universitario en una modalidad especifica podrían o no resultar adecuados para ser agregadas directamente al libro. En caso de que no, por favor cerrar este issue con libertad.

Las prácticas en cuestión con los PDF generados: https://github.com/alx741/sistop_practicas

Ditaa da SIGSEGV en Debian 8

Al hacer en Debian Testing

make fig_ditaaa

Se produce un SIGSEGV por parte de Java.
Lo solucioné de la siguiente manera

$ git diff Makefile
diff --git a/Makefile b/Makefile
index 1e45c78..aaae5da 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,7 @@ DITAA_FIGS = $(wildcard fig/*.ditaa)
 DITAA_IMGS = $(patsubst fig/%.ditaa,img/ditaa/%.png,$(DITAA_FIGS))
 img/ditaa/%.png: fig/%.ditaa
        @[ -d img/ditaa ] || mkdir img/ditaa
-       java -jar /usr/share/ditaa/ditaa.jar -E -o $(patsubst img/ditaa/%.png,fig/%.ditaa,$@) $@
+       ditaa $(patsubst img/ditaa/%.png,fig/%.ditaa,$@) $@
 fig_ditaa: $(DITAA_IMGS)
 clean_ditaa:
        -rm -f $(DITAA_IMGS)

Error en cap. 7 sec. 7.2.3 Asignacion indexada

En la página 282 del libro;  cap. 7, sec 7.2.3 Asignación indexada (File System), 
hace un cálculo del tamaño máximo de archivo:

    Si el cluster es de 4KB = 4096 bytes.
    Y las direcciones son de 32 bits = 4 bytes.
    El número de apuntadores deberia ser 1024 (4096/4) y no 128 (4096/32).

    Luego, suponiendo que un i-nodo ocupa un cluster completo,
    si los metadatos ocupan 224 bytes, deberían quedar : 4096 - 224 = 3872 bytes;
    por lo  tanto, tendríamos 3872 bytes para apuntadores.
    Esto es 3872 bytes / 4 bytes (32bits) = 968 apuntadores,
    a ésto se debería restar los 3 apuntadores de indirección .

    Quedan finalmente 965 apuntadores a bloques directos. 
    Y no los 100 - 3 que están en el libro.

Luego se sigue llevando el problema al tamaño de archivo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.