Libs/newlib: Fix sys/ksys.h warnings #93

Open
Egor00f wants to merge 2 commits from Egor00f/kolibrios:Libs-newlib-Fix-sys-ksys.h-warnings into main
Contributor

This is a remastered version of other pull request

This is a remastered version of [other pull request](https://git.kolibrios.org/KolibriOS/kolibrios/pulls/90)
Egor00f added 2 commits 2024-11-17 10:19:29 +01:00
Owner

I'm not sure if these changes make sense now. There was a plan to move ports to a separate repository.

There is an idea to unify with system calls on fasm. The idea is to write a macro syscall(eax, ebx, ecx, edx, esi, edi, ebp), similar to Linux. This way we can solve the problem with documentation. That is, all structures/constants will be common.

I'm not sure if these changes make sense now. There was a plan to move ports to a separate repository. There is an idea to unify with system calls on `fasm`. The idea is to write a macro `syscall(eax, ebx, ecx, edx, esi, edi, ebp)`, similar to Linux. This way we can solve the problem with documentation. That is, all structures/constants will be common.
Author
Contributor

ok

ok
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u Libs-newlib-Fix-sys-ksys.h-warnings:Egor00f-Libs-newlib-Fix-sys-ksys.h-warnings
git checkout Egor00f-Libs-newlib-Fix-sys-ksys.h-warnings
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#93
No description provided.