libc.obj: add copyright & delete _exit.h & fix tabs in crt0.asm
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 25s
Build system / Build (pull_request) Failing after 1m6s

This commit is contained in:
2026-03-07 21:51:58 +05:00
parent 275401c06a
commit aa619aa602
6 changed files with 20 additions and 75 deletions

View File

@@ -55,7 +55,7 @@ start:
mov dl, cl ; parameter starts
cmp al, '"'
jz @f ; quotes loaded
mov dh, ch ; parameter without quotes
mov dh, ch ; parameter without quotes
dec esi
call push_param
inc esi