Update kernel

This commit is contained in:
Alex 2023-08-24 04:50:13 +03:00
parent 425da0b8c3
commit 11a8e55451
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD
3 changed files with 6 additions and 2 deletions

View File

@ -105,6 +105,7 @@
"DAPI", "DAPI",
"DEBUGCTL", "DEBUGCTL",
"defragment", "defragment",
"dfdesc",
"dialup", "dialup",
"Didx", "Didx",
"DLAB", "DLAB",
@ -235,6 +236,7 @@
"objptr", "objptr",
"OEMID", "OEMID",
"Ofast", "Ofast",
"oldfd",
"OPENVOS", "OPENVOS",
"OPTMZ", "OPTMZ",
"OSFXSR", "OSFXSR",
@ -393,6 +395,7 @@
"XSLM", "XSLM",
"XSLR", "XSLR",
"Xstac", "Xstac",
"Xuintptr",
"yottabyte", "yottabyte",
"zettabyte" "zettabyte"
], ],

View File

@ -38,7 +38,8 @@
"ld.h": "c", "ld.h": "c",
"syscall.h": "c", "syscall.h": "c",
"stdint.h": "c", "stdint.h": "c",
"setjmp.h": "c" "setjmp.h": "c",
"limits.h": "c"
}, },
"cSpell.words": [ "cSpell.words": [
"auxv", "auxv",

2
Kernel

@ -1 +1 @@
Subproject commit ef3b761d4f061817a17ea0e78a575aa93b8677cd Subproject commit 05610c7e7a0cb352ab8289dc5b77de9234defe24