forked from KolibriOS/kolibrios
3ee8369ec6
- Added sprintf to the kernel. - Added a notification from @notify when there are exceptions in the application. - Added debug files to bochs git-svn-id: svn://kolibrios.org@9051 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
113 B
C++
6 lines
113 B
C++
LIBC_BASE = 0x800145ef
|
|
LIBC_SPRINTF = LIBC_BASE+0x1568
|
|
|
|
assert libc_ptr = LIBC_BASE
|
|
|
|
libc_ptr: file 'libc.bin' |