Skip to content

Instantly share code, notes, and snippets.

View souvik1997's full-sized avatar
🔥

Souvik Banerjee souvik1997

🔥
View GitHub Profile
From e853e113da0a9dd8ca5e3408d2972a0e91504e99 Mon Sep 17 00:00:00 2001
From: Souvik Banerjee <souvik1997@gmail.com>
Date: Fri, 14 Oct 2016 00:05:47 -0500
Subject: [PATCH] macos
---
common.mak | 20 +++++++++++++-------
kernel/Makefile | 3 +--
kernel/mbr.S | 2 +-
3 files changed, 15 insertions(+), 10 deletions(-)

Keybase proof

I hereby claim:

  • I am souvik1997 on github.
  • I am souvik (https://keybase.io/souvik) on keybase.
  • I have a public key whose fingerprint is 3962 5E83 0C16 F40C BFC4 F6E9 362B 66E5 EEF1 920C

To claim this, I am signing this object:

#!/usr/bin/env sh
# Usage: ./print-gdc.sh fileToPrint.pdf
# To specify a printer: ./print-gdc.sh fileToPrint.pdf lw301
CSID="yourcsid"
ssh "$CSID"@altoids.cs.utexas.edu "lpr -P ${2:-lw301}" < "$1"
#!/usr/bin/env bash
# Usage: ./ppc64-debug.sh t0
PORT=$((10000+($RANDOM % 5000)))
qemu-ppc64 -g "$PORT" $1 &
/u/gheith/public/bin/ppc64-linux-gdb -iex "target extended-remote localhost:$PORT" -s $1
kill $! 2>/dev/null