Skip to content

Latest commit

 

History

History

utils

Folder structure

Here is a brief overview of the files in the utils directory.

  • Makefile:
    Makefile for building the utils directory.

  • Pintos.pm:
    Perl module providing utility functions for PintOS.

  • backtrace:
    Used for converting raw addresses into symbolic backtraces.

  • bochsrc.txt:
    Configuration file for the Bochs emulator.

  • pintos:
    Main script for running PintOS in various modes (e.g., pintos run, pintos -g for gdb).

  • pintos-gdb:
    GDB helper script for debugging PintOS.

  • pintos-mkdisk:
    Script for creating a disk image for PintOS.

  • pintos-set-cmdline:
    Script for setting command-line arguments when running PintOS.

  • pintosph:
    Script used for changing the working phase.

  • setitimer-helper.c:
    C helper program for setting timer interrupt frequency.

  • squish-pty.c:
    C program for squishing multiple PTYs into one.

  • squish-unix.c:
    C program for squishing multiple Unix sockets into one.