Kernel/LibC: opening standard files is done in libc
This commit is contained in:
@@ -13,7 +13,7 @@ _start:
|
||||
pushq %rdi
|
||||
|
||||
# Prepare signals, memory allocation, stdio and such.
|
||||
#call initialize_standard_library
|
||||
call _init_libc
|
||||
|
||||
# Run the global constructors.
|
||||
call _init
|
||||
|
||||
Reference in New Issue
Block a user