forked from KolibriOS/kolibrios
728d0ab126
- Added example program - Delete trash files - Added libc.obj loader (will be removed from ktcc) git-svn-id: svn://kolibrios.org@8625 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
118 B
NASM
10 lines
118 B
NASM
format ELF
|
|
|
|
include '__lib__.inc'
|
|
|
|
section '.text'
|
|
|
|
public lib_name
|
|
|
|
lib_name db 0x55, 0xAA, lib_name_str, 0
|