Legal update

This commit is contained in:
Adrien Bourmault 2020-09-27 17:33:48 +02:00
parent 1d55121627
commit 33a614d8e2
No known key found for this signature in database
GPG Key ID: AFEE5788AEE3F4EC
113 changed files with 116 additions and 116 deletions

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: // // Desc: //
// // // //
@ -23,7 +23,7 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: ; ; Desc: ;
; ; ; ;
@ -47,7 +47,7 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: # # Desc: #
# # # #
@ -71,7 +71,7 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K Documentation # # OS on Kaleid Documentation #
# # # #
# Desc: Summary and some description # # Desc: Summary and some description #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: # # Desc: #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: Project Authors File # # Desc: Project Authors File #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: Project ChangeLog # # Desc: Project ChangeLog #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: Project Makefile # # Desc: Project Makefile #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: # # Desc: #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: Grub 2 configuration file for OS/K boot # # Desc: Grub 2 configuration file for OS/K boot #
# # # #

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Basic longmode CPU functions ; ; Desc: Basic longmode CPU functions ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Basic realmode CPU Detection ; ; Desc: Basic realmode CPU Detection ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Basic Colored VGA Terminal Long mode Driver ; ; Desc: Basic Colored VGA Terminal Long mode Driver ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Kernel Loader for OS/K ; ; Desc: Kernel Loader for OS/K ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Memory management from protected mode ; ; Desc: Memory management from protected mode ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Memory Design Structures ; ; Desc: Memory Design Structures ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Multiboot useful functions ; ; Desc: Multiboot useful functions ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Multiboot header ; ; Desc: Multiboot header ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: OS/K image maker script # # Desc: OS/K image maker script #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K # # OS on Kaleid #
# # # #
# Desc: Grub installation script for the OS/K image # # Desc: Grub installation script for the OS/K image #
# # # #

View File

@ -1,5 +1,5 @@
/*----------------------------------------------------------------------------// /*----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: OS/K KERNEL LINKER // // Desc: OS/K KERNEL LINKER //
// (x86_64 architecture only) // // (x86_64 architecture only) //

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K Documentation # # OS on Kaleid Documentation #
# # # #
# Desc: Summary and some description # # Desc: Summary and some description #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K Documentation # # OS on Kaleid Documentation #
# # # #
# Desc: GRUB configuration # # Desc: GRUB configuration #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K Documentation # # OS on Kaleid Documentation #
# # # #
# Desc: OS/K Loader : CPU Management functions # # Desc: OS/K Loader : CPU Management functions #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K Documentation # # OS on Kaleid Documentation #
# # # #
# Desc: OS/K Loader : IO basic functions # # Desc: OS/K Loader : IO basic functions #
# # # #

View File

@ -1,5 +1,5 @@
#=----------------------------------------------------------------------------=# #=----------------------------------------------------------------------------=#
# GNU GPL OS/K Documentation # # OS on Kaleid Documentation #
# # # #
# Desc: OS/K Loader # # Desc: OS/K Loader #
# # # #

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Inline assembly functions // // Desc: Inline assembly functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Basic Read Only ATA Long mode Driver // // Desc: Basic Read Only ATA Long mode Driver //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Values for error_t and errno // // Desc: Values for error_t and errno //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kaleid kernel base include file // // Desc: Kaleid kernel base include file //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Memory allocation functions // // Desc: Memory allocation functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kaleid kernel base include file // // Desc: Kaleid kernel base include file //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: multiboot.h - Multiboot header file. // // Desc: multiboot.h - Multiboot header file. //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: ACPI, Hardware detection related // // Desc: ACPI, Hardware detection related //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Cursor-related functions // // Desc: Cursor-related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Keyboard related functions // // Desc: Keyboard related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: PCI driver // // Desc: PCI driver //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Speaker functions // // Desc: Speaker functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: VGA terminal // // Desc: VGA terminal //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: CPUID related functions // // Desc: CPUID related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Interrupt related functions // // Desc: Interrupt related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Process-related structs and functions // // Desc: Process-related structs and functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Scheduler-related functions // // Desc: Scheduler-related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Spinlocks // // Desc: Spinlocks //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Time-related functions // // Desc: Time-related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: GDT related functions // // Desc: GDT related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Heap management functions // // Desc: Heap management functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Memory allocation functions // // Desc: Memory allocation functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Mapping and checking memory related functions // // Desc: Mapping and checking memory related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Paging memory related functions // // Desc: Paging memory related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Page allocator related functions // // Desc: Page allocator related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Shutdown facilities // // Desc: Shutdown facilities //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Command line parsing utilities // // Desc: Command line parsing utilities //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kernel shell // // Desc: Kernel shell //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Buffer library // // Desc: Buffer library //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: C Runtime Library // // Desc: C Runtime Library //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Doubly linked lists implementation // // Desc: Doubly linked lists implementation //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kaleid version // // Desc: Kaleid version //
// // // //

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Basic Read Only ATA Long mode Driver ; ; Desc: Basic Read Only ATA Long mode Driver ;
; (x86_64 architecture only) ; ; (x86_64 architecture only) ;

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Basic Read Only ATA Long mode Driver // // Desc: Basic Read Only ATA Long mode Driver //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Initialization of boot info // // Desc: Initialization of boot info //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kernel entry point // // Desc: Kernel entry point //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Stack smashing protection // // Desc: Stack smashing protection //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Global variables // // Desc: Global variables //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: ACPI, Hardware detection related functions // // Desc: ACPI, Hardware detection related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Cursor-related functions // // Desc: Cursor-related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Basic Keyboard Driver // // Desc: Basic Keyboard Driver //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: PCI driver // // Desc: PCI driver //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Basic Scancode Tables // // Desc: Basic Scancode Tables //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Speaker functions // // Desc: Speaker functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: VGA terminal functions // // Desc: VGA terminal functions //
// // // //

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: CPU management related functions ; ; Desc: CPU management related functions ;
; ; ; ;

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Interrupt Descriptor Table related macros ; ; Desc: Interrupt Descriptor Table related macros ;
; ; ; ;

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: CPU detection // // Desc: CPU detection //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Interrupt related functions // // Desc: Interrupt related functions //
// // // //

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Interrupt Descriptor Table related functions ; ; Desc: Interrupt Descriptor Table related functions ;
; ; ; ;

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: KernLog() and DebugLog() // // Desc: KernLog() and DebugLog() //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: How NOT to panic 101 // // Desc: How NOT to panic 101 //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: PIT Time related functions // // Desc: PIT Time related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: RTC Time related functions // // Desc: RTC Time related functions //
// // // //

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Interrupt Descriptor Table related functions ; ; Desc: Interrupt Descriptor Table related functions ;
; ; ; ;

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: GDT related functions // // Desc: GDT related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Early and very dumb heap managment // // Desc: Early and very dumb heap managment //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Early and very dumb memory managment // // Desc: Early and very dumb memory managment //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Mapping and checking memory related functions // // Desc: Mapping and checking memory related functions //
// // // //

View File

@ -1,5 +1,5 @@
;=----------------------------------------------------------------------------=; ;=----------------------------------------------------------------------------=;
; GNU GPL OS/K ; ; OS on Kaleid ;
; ; ; ;
; Desc: Paging related functions ; ; Desc: Paging related functions ;
; ; ; ;

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Paging memory related functions // // Desc: Paging memory related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Page allocator related functions // // Desc: Page allocator related functions //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Shutdown related function // // Desc: Shutdown related function //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Process scheduler // // Desc: Process scheduler //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Command line parsing utilities // // Desc: Command line parsing utilities //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kernel shell // // Desc: Kernel shell //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kernel shell // // Desc: Kernel shell //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kernel shell // // Desc: Kernel shell //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kernel shell // // Desc: Kernel shell //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Kernel shell // // Desc: Kernel shell //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Buffer library // // Desc: Buffer library //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Buffer library // // Desc: Buffer library //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Buffer library // // Desc: Buffer library //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Buffer library // // Desc: Buffer library //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Buffer library // // Desc: Buffer library //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Buffer library // // Desc: Buffer library //
// // // //

View File

@ -1,5 +1,5 @@
//----------------------------------------------------------------------------// //----------------------------------------------------------------------------//
// GNU GPL OS/K // // OS on Kaleid //
// // // //
// Desc: Buffer library // // Desc: Buffer library //
// // // //

Some files were not shown because too many files have changed in this diff Show More