.. |
BlkDev
|
Fix SATA issue described in issue #139. Fixes #139
|
2024-02-17 08:42:44 +01:00 |
Memory
|
Fix FreeAll PR formatting.
|
2022-12-21 03:33:23 -05:00 |
SerialDev
|
Remove CtrlAltTab code, replace w/ CtrlAltN, remove CtrlAltESC
|
2023-11-26 04:22:29 -05:00 |
Display.ZC
|
Update Display.ZC
|
2024-03-11 02:59:45 -04:00 |
EdLite.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
FontAux.ZC
|
Remove deprecated font bitmaps
|
2023-11-25 16:16:01 -05:00 |
FontStd.ZC
|
Remove deprecated font bitmaps
|
2023-11-25 16:16:01 -05:00 |
FunSeg.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
Job.ZC
|
feat: revise/refactor #124 , inc patch num
|
2024-03-11 02:52:35 -04:00 |
KConfig.ZC
|
Remove VBE from kernel headers.
|
2022-08-25 07:15:24 -04:00 |
KDataTypes.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
KDate.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
KDebug.ZC
|
Fix git cp437 encoding errors
|
2023-11-12 10:40:40 -05:00 |
KDefine.ZC
|
Move SMBIOS code into Kernel, refactor WallPaper BootCode logic
|
2023-10-13 04:45:08 -04:00 |
Kernel.PRJ
|
Move SMBIOS code into Kernel, refactor WallPaper BootCode logic
|
2023-10-13 04:45:08 -04:00 |
KernelA.HH
|
Update Zealbooter to Limine 8.x and backport template changes
|
2024-08-14 21:19:14 +02:00 |
KernelB.HH
|
upstream gfx goofing-around (stale working dir)
|
2023-10-08 08:39:34 -04:00 |
KernelC.HH
|
feat: revise/refactor #124 , inc patch num
|
2024-03-11 02:52:35 -04:00 |
KExcept.ZC
|
Fix git cp437 encoding errors
|
2023-11-12 10:40:40 -05:00 |
KExterns.ZC
|
Re-add ISO9660 read support from "TempleOSCD_2017-05-21T03 56 09.ISO".
|
2022-04-01 23:55:04 -04:00 |
KeyDev.ZC
|
Remove CtrlAltTab code, replace w/ CtrlAltN, remove CtrlAltESC
|
2023-11-26 04:22:29 -05:00 |
KGlobals.ZC
|
Update KGlobals.ZC
|
2024-08-20 23:39:12 -04:00 |
KHashA.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
KHashB.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
KInterrupts.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
KLoad.ZC
|
Change .BIN format to .ZXE (Zeal Executable).
|
2022-01-28 03:05:21 -05:00 |
KMain.ZC
|
Implement Semantic Versioning.
|
2023-11-26 04:24:21 -05:00 |
KMathA.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
KMathB.ZC
|
Fix git cp437 encoding errors
|
2023-11-12 10:40:40 -05:00 |
KMisc.ZC
|
Fix git cp437 encoding errors
|
2023-11-12 10:40:40 -05:00 |
KStart16.ZC
|
upstream gfx goofing-around (stale working dir)
|
2023-10-08 08:39:34 -04:00 |
KStart32.ZC
|
Replace ZealBooter-Limine magic number signature with #define vals.
|
2022-11-03 13:34:01 -04:00 |
KStart64.ZC
|
Unhardcode BOOT_RAM_LIMIT, patch via kernel headers.
|
2022-08-29 00:24:45 -04:00 |
KTask.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
KUtils.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
MultiProc.ZC
|
ZealBooter: Move sys_pci_buses assignment to zealbooter.c
|
2022-08-21 19:13:48 +02:00 |
PCI.ZC
|
Fix PCI bit-test function unnecessary parens warnings.
|
2022-10-25 14:52:30 -04:00 |
PCIBIOS.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
QuickSort.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
Sched.ZC
|
Remove CtrlAltTab code, replace w/ CtrlAltN, remove CtrlAltESC
|
2023-11-26 04:22:29 -05:00 |
SMBIOS.ZC
|
Move SMBIOS code into Kernel, refactor WallPaper BootCode logic
|
2023-10-13 04:45:08 -04:00 |
StrA.ZC
|
Rename CosmiC to ZealC.
|
2021-12-11 06:21:22 -05:00 |
StrB.ZC
|
* By default, print_all_length is 64 and i counts from 0 to 63, covering all bits of flags
|
2023-08-21 21:26:08 +08:00 |
StrPrint.ZC
|
Fix git cp437 encoding errors
|
2023-11-12 10:40:40 -05:00 |
StrScan.ZC
|
StrScan(): Copy into new buffer with MemCopy() instead of a loop
|
2024-01-30 21:48:54 +08:00 |