diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-11 18:38:05 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-11 18:38:05 +0200 |
commit | 3be1804db57e5d1ff08f46c7b7418729da631c26 (patch) | |
tree | e91e0197b3009080647f448542ff2a16c00946cb /Makefile | |
parent | 244df8bd2c52db9d9c9b59b917206dafcd275ebe (diff) | |
download | Melon-3be1804db57e5d1ff08f46c7b7418729da631c26.tar.gz Melon-3be1804db57e5d1ff08f46c7b7418729da631c26.zip |
Tasking now works with linked lists
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ bochs: qemu: qemu -fda $(Floppy) -m 16 +qemu_debug: + qemu -fda $(Floppy) -m 16 -s -S & gdb Source/Kernel/Melon.ke -x Qemu-GDB-Debug-CMD + stats: echo; echo " ** Statistics for project O3S ** "; \ echo -n "Lines of code : "; \ |