Subversion Repositories Kolibri OS

Rev

Rev 1635 | Rev 3232 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1635 Rev 2465
Line -... Line 1...
-
 
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
2
;;                                                              ;;
-
 
3
;; Copyright (C) KolibriOS team 2009-2011. All rights reserved. ;;
-
 
4
;; Distributed under terms of the GNU General Public License    ;;
-
 
5
;;                                                              ;;
-
 
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
7
 
1
; Tests of malloc()/free() from the kernel heap.
8
; Tests of malloc()/free() from the kernel heap.
2
; This file is not included in the kernel, it is just test application.
9
; This file is not included in the kernel, it is just test application.
3
use32
10
use32
4
	db	'MENUET01'
11
	db	'MENUET01'
5
	dd	1, start, i_end, mem, mem, 0, 0
12
	dd	1, start, i_end, mem, mem, 0, 0