Reduced number of packages

This commit is contained in:
Eduard Urbach 2024-08-26 15:34:34 +02:00
parent e04598da3e
commit dfc39f1f04
Signed by: eduard
GPG key ID: 49226B848C78F6C8
12 changed files with 36 additions and 69 deletions

7
src/compiler/Linux.go Normal file
View file

@ -0,0 +1,7 @@
package compiler
// https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/entry/syscalls/syscall_64.tbl
const (
LinuxWrite = 1
LinuxExit = 60
)