place debug.inc in /programs

delete all the other debug.inc files
correct some programs to use common debug.inc


git-svn-id: svn://kolibrios.org@3013 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2012-11-09 09:19:16 +00:00
parent fcae6ff466
commit 55f254a7ee
35 changed files with 33 additions and 1558 deletions

View File

@@ -15,7 +15,7 @@ org 0x0
dd 0x0, 0x0
include 'macros.inc'
include 'debug.inc'
include '../../debug.inc'
START: print 'Please wait'
; ÷åðåç áûñòðûé âûçîâ (SYSENTER)
@@ -113,4 +113,4 @@ test3: mov ebx, 0x100000
mcall -1
;---------------------------------------------
old_tsc: dd 0, 0
I_END:
I_END: