Skip to content

Commit

Permalink
Noted cdrtools requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
enkiv2 committed Jul 15, 2011
1 parent 674b347 commit 58aa860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Ix [n]:
2) a standalone zigzag implementation for the x86

The build system assumes you have a reasonably new version of gcc, qemu, nasm,
and sudo, and that you have a loop device. qemu, sudo, and the loop device are
used only in 'make test', so if you just want to build the kernel, you only
need gcc and nasm.
and sudo, and a reasonably recent cdrtools. qemu and cdrtools are used only in
'make test', so if you just want to build the kernel, you only need gcc and
nasm. sudo is used only in 'make install', which you shouldn't do.

The generated kernel image is called 'ixmage.elf'. It is stored in src/. It
is a multiboot-compatible elf-format executable.
Expand Down

0 comments on commit 58aa860

Please sign in to comment.