Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:tsion/oos
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Olson committed Dec 16, 2011
2 parents 4959f53 + abbd3c7 commit 8bbd671
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

oos
===

Expand All @@ -13,7 +12,7 @@ Downloading and Compiling oos
-----------------------------

You will need to have installed gcc, make, nasm, genisoimage (cdrkit),
and [rock][rock] (the ooc compiler). I recommend you get the very
and rock (the ooc compiler). I recommend you get the very
latest version of rock from the [git repo][rockgit], because ooc is
still in development and oos usually relies on some pretty recent
bugfixes. If you want to run oos in an emulator, bochs is a good
Expand Down Expand Up @@ -98,7 +97,7 @@ consult its documentation on how to do a remote gdb connection. And by
the way, since I compile with ooc -g, gdb can walk through ooc code
line by line, and display the ooc source of the line it's on. Hooray!

Note: gdb can do a *lot*, check out `help` (duh).
Note: gdb can do a *lot*, check out `help`.

Note again: [nemiver][nemiver] is a decent GTK+ GUI front-end for gdb. Or
if you like to like to live on the 'K' side of life, there is [kdbg][kdbg].
Expand Down Expand Up @@ -131,7 +130,7 @@ Thanks


[repo]: https://github.com/tsion/oos
[rock]: https://ooc-lang.org
[ooc]: https://ooc-lang.org
[rockgit]: https://github.com/nddrylliog/rock
[irc-oos]: irc:https://freenode.net/##oos
[irc-ooc]: irc:https://freenode.net/#ooc-lang
Expand Down

0 comments on commit 8bbd671

Please sign in to comment.