Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 118 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added bin/interrupts
Binary file not shown.
Binary file added bin/interrupts.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if [ ! -d "bin" ]; then
mkdir bin
else
rm bin/*
rm bin/*
fi
g++ -g -O0 -I . -o bin/interrupts interrupts.cpp
g++ -g -O0 -I . -o bin/interrupts interrupts.cpp
Loading