add test suite, help/exit functionality
This commit is contained in:
parent
a183d55b69
commit
6d162f5ae9
7 changed files with 441 additions and 69 deletions
|
@ -15,8 +15,8 @@ stdenv.mkDerivation {
|
|||
configurePhase = ''
|
||||
'';
|
||||
buildPhase = ''
|
||||
nasm -f elf main.asm
|
||||
ld -m elf_i386 main.o -o main
|
||||
nasm -f elf main_start.asm
|
||||
ld -m elf_i386 main_start.o -o main
|
||||
'';
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue