Commit graph

93 commits

Author SHA1 Message Date
VoidNV
ca1683c34f working AHCIATARW function
comments and refactors
2020-07-21 10:17:08 -05:00
Void NV
92cba974f2 Added BIOSRep, spacing fix in version printing 2020-06-04 18:05:55 -05:00
TomAwezome
540818a34c spacing, formatting improvements to a couple functions 2020-04-28 03:01:59 -04:00
TomAwezome
fca85b80c8 added using non-timer random for graphics drawing routines 2020-04-27 15:41:27 -04:00
TomAwezome
f9dd08e10e more files reformatted. 2020-04-22 03:16:08 -04:00
TomAwezome
32f5753c1a updated Tom Palettes for better visibility (hardware booting, grays were too bright.) 2020-04-21 18:59:03 -04:00
TomAwezome
9949558ccb added startup splash intro screen 2020-04-21 16:20:11 -04:00
Void NV
d45d9ecc38 Added comments to PICInit, fixed some of KernelA. 2020-04-13 23:36:42 -05:00
Void NV
93fc6abc29 Changed binary signature from TOSB to ZCCB.
Cleaned up TestSuite a little and added SysRep to it.
2020-04-12 17:32:53 -05:00
Void NV
c6dddb932b Rewrote IntEntry functions. Added CIDTEntry.
Removed DPL argument from IntEntrySet.
Updated OS version to 1.12.
2020-04-12 17:14:55 -05:00
Void NV
f6634624fd Default resolution on DVD boot is now 800x600. 2020-04-11 18:33:13 -05:00
TomAwezome
3c69be5412 minor reformatting, spacing, brackets movement. 2020-04-11 18:19:38 -04:00
TomAwezome
aa46a1c1fc stupid fucking asterisks fuck 2020-04-11 01:43:18 -04:00
Void NV
29e5dee551 PIC# -> PIC_#, PIT# -> PIT_# 2020-04-10 20:28:34 -05:00
Void NV
f598f076fb Added Chess game from Supplemental disk 1.
Renamed ScanFlags, ScanMessage, and StrPrintFlags.
2020-04-09 19:43:07 -05:00
Void NV
0ce5c06733 Added SysRep (SMBIOS Parsing).
CPURep now partially uses SysRep.
2020-04-04 19:31:48 -05:00
TomAwezome
fefca18050 added using Shift + Right Mouse for camera rotation in 3D model editor. 2020-04-02 03:36:15 -04:00
TomAwezome
2c2a6aa475 'fix' in Varoom for shift-esc hang when launched with Menu. 2020-04-02 02:02:17 -04:00
TomAwezome
d67b8a9e44 cleaned Varoom key fix some, made boats in Talons brown. 2020-04-01 01:57:37 -04:00
Void NV
d48b14b6ee Added unset flag printing to StrPrintFlags()
Added option to free str in StrReplace()
Added Registry to gitignore
SMBIOS work in progress
2020-03-29 17:11:28 -05:00
Void NV
c7a04c4ee7 Added StrReplace(). Not heavily tested 2020-03-20 19:35:06 -05:00
v0x3l
d6e3956704 Prefix Get, Set, Scan, Post changed to postfix 2020-03-19 15:59:53 -05:00
Void NV
1ba3b0dcaf SMBIOS parsing in progress.
Partial AHCI definitions. Rename GetStr to StrGet
Net code from TomAwezome
2020-03-17 09:40:18 -05:00
Void NV
24c1215277 Add Gruvbox Dark palette 2020-03-12 22:42:27 -05:00
Void NV
138537ad5b Glbl -> Global. Removed comments about compression 2020-03-12 22:11:04 -05:00
Void NV
cd5dc3800f Undo assembler work. Remove shift-space. 2020-03-12 21:59:08 -05:00
v0x3l
c3c6a8c6ee arg size mask defines 2020-03-03 21:30:53 -06:00
v0x3l
831e12ad75 glbl -> global (local var names) 2020-02-29 20:30:51 -06:00
v0x3l
ecd598c2ab HomeKeyPlugIns -> HomeKeyPlugins 2020-02-29 20:10:42 -06:00
v0x3l
c5d8554337 Remove shift-space. 2020-02-29 19:59:50 -06:00
xmm15
ff561bb802 global cmp -> comp. Removed mmx registers from compiler
Working out argument flags and SSE register size support
2020-02-27 23:58:31 -06:00
xmm15
9120a0d71b Add bitmap mouse by TomAwesome
Add handcoded SSE instruction demo
2020-02-24 00:09:53 -06:00
xmm15
837c4dda5e Increase E820 entries num back to 48
Reenable 1GB page support
2020-02-23 07:33:04 -06:00
xmm15
c0ce8e938a Removed compression from kernel.
Removed DCF_COMPRESSED
Renamed err to error
Updated SerializeTree demo to not use compression.
2020-02-23 03:51:48 -06:00
xmm15
3aaddd14cf Removed RS_ATTR_COMPRESSED
FileAttr function looking kinda useless now
2020-02-23 03:16:26 -06:00
xmm15
01da1484e8 Added .gitignore. BIN/MAP files no longer tracked.
Updated changelog for the last few commits.
2020-02-23 02:53:25 -06:00
xmm15
5514ca2e8a Modified FileRead, FileWrite, and FileFind
No more .Z double searching
Removed ASCII 5 cursor from all files
2020-02-23 01:54:39 -06:00
xmm15
4b1371ae20 Add 32-bit color demo to /Demo/Graphics
Added incomplete introduction to CosmiC.
Added assembly hello world
2020-02-22 22:53:44 -06:00
xmm15
83773e2548 Add ChangeLog.DD.
Contains Terry's changelog from TOS 4.07 until 5.03.
 Most of his links are broken. To Be Fixed
Renamed VBEFlush -> LFBFlush
Removed Balloon Graphics Demo
2020-02-22 20:13:59 -06:00
xmm15
dd316a1000 Departure from the Temple
Everything but random words has been removed
Divination.CC, in Zenith directory
Bible removed
FifoU8Ins -> FifoU8Insert
Remove irrelevant VGA graphics demos
BF: links removed
2020-02-22 05:43:27 -06:00
xmm15
8d24d35e0d Charter update 2020-02-22 03:26:53 -06:00
xmm15
0b3ada88ca Got rid of font std and Euphrasia palette
Clean up KStart32
Change back Mouse to original arrow
2020-02-22 03:09:21 -06:00
xmm15
7644348798 Glossary remove .Z filetypes
remove unnecessary font patching
2020-02-21 16:03:12 -06:00
xmm15
32363328e9 MemBIOSTotal function renamed, rewritten, exported
MemRep tab spacing fixed
Added check for invalid results of BIOS call E801
AutoComplete shortcuts updated in Tips
2020-02-21 02:09:06 -06:00
xmm15
ff1f90a666 typo fix 2020-02-20 23:05:16 -06:00
xmm15
08a694e891 Remove VGA ROM font New font std, old font aux.
VGAFlush -> VBEFlush
Fix some links, a couple graphics demos are broken
2020-02-20 21:36:04 -06:00
xmm15
889d97383d 2 Spaces -> 1 Tab (4 spaced) for indentation
Fixed PCILookUpSingle code for this change
EdCodeTools reindent needs to be updated
2020-02-20 17:40:10 -06:00
xmm15
8fe695955a Fix Palette Demo
Balloon Demo can't work anymore
remove vga_text_cache
update some documentation on graphics
MemRep vbe additions
2020-02-19 19:34:08 -06:00
xmm15
fcd1560d88 Zenith 1.0. FastReboot with Shift+Alt+Del
MemBIOSRep improvements
Added gruvbox light palette
2020-02-19 18:34:27 -06:00
xmm15
63fbfcc42b Add VideoRep to OSTestSuite, typo fix 2020-02-19 01:22:25 -06:00