tracking
This commit is contained in:
parent
ff62cb1a91
commit
a3bcb454e6
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -27,7 +27,7 @@ GSYMS
|
|||
GTAGS
|
||||
\#*#
|
||||
CVS
|
||||
obj
|
||||
# obj # Commented out to allow kernel object files to be tracked
|
||||
!/.gitignore
|
||||
.gitignore
|
||||
.svn
|
||||
|
|
@ -40,6 +40,8 @@ etc/spwd.db
|
|||
releasetools/image
|
||||
releasetools/kernel
|
||||
releasetools/revision
|
||||
# limine # Commented out to allow limine folder to be tracked
|
||||
# microwindows
|
||||
share/zoneinfo/builddir
|
||||
external/bsd/llvm/dist/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thu
|
||||
external/bsd/llvm/dist/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-pure-v
|
||||
|
|
|
|||
1
limine
Submodule
1
limine
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e893b297367dece22f9dc8f87e12ee1ecd380494
|
||||
1
microwindows
Submodule
1
microwindows
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d1b097499fca070c31bc09ac780db10e3fb5481d
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "kernel/system.h"
|
||||
// #include <assert.h> // Replaced
|
||||
// #include <assert.h> // Replaced because kernel-specific assertion macros (e.g., KASSERT_PLACEHOLDER) are used instead for better integration with the kernel environment.
|
||||
#include <minix/type.h> // Kept for now, may need future review
|
||||
|
||||
#include "arch_proto.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user