LibC: add needed stubs to build executables with our compiler

This commit is contained in:
Bananymous
2023-04-12 17:53:02 +03:00
parent 8637959289
commit fe87c08a02
8 changed files with 57 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ _start:
movl %esp, %ebp
# Prepare signals, memory allocation, stdio and such.
call initialize_standard_library
#call initialize_standard_library
# Run the global constructors.
call _init