Kernel/LibC: opening standard files is done in libc

This commit is contained in:
Bananymous
2023-05-29 20:21:19 +03:00
parent 9a8512887f
commit fb17af4844
6 changed files with 33 additions and 24 deletions

View File

@@ -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