Commit graph

897 commits

Author SHA1 Message Date
TomAwezome
9949558ccb added startup splash intro screen 2020-04-21 16:20:11 -04:00
V0X3L
0cc90505c1
Add goto counter :^) 2020-04-18 15:23:58 -05:00
V0X3L
7bd1b8b031
Add discord badge 2020-04-17 22:46:08 -05:00
VoidNV
f0fb30ba58 Some more AHCI definitions 2020-04-14 09:32:14 -05: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
68ca8ed279 Update README 2020-04-07 19:00:33 -05:00
Void NV
1134edb312 Remove freeze notice 2020-04-04 22:04:55 -05:00
Void NV
089dff77b9 Auto detection of VM when installing 2020-04-04 22:01:35 -05:00
Void NV
0ce5c06733 Added SysRep (SMBIOS Parsing).
CPURep now partially uses SysRep.
2020-04-04 19:31:48 -05:00
TomAwezome
79c21f25c5 bugfix to previous commit. 2020-04-04 13:26:13 -04:00
TomAwezome
cb965bbd0b added using Alt + Right Mouse for Z axis camera rotation in 3D model editor. 2020-04-04 13:19:06 -04: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
TomAwezome
36ee0df3f8 quick fix to Varoom for fast responding keyboard input. 2020-03-29 15:07:50 -04:00
TomAwezome
7e6e442e0d added more Net code still WIP, included Tom palettes, hasty alteration to 3D model editor slider to allow higher precision. 2020-03-27 14:06:16 -04:00
Void NV
c7a04c4ee7 Added StrReplace(). Not heavily tested 2020-03-20 19:35:06 -05:00
Void NV
ce63335991 Added OPTf_DECIMAL_ONLY 2020-03-20 00:08:53 -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
Void NV
5995cc62f6 Add many SSE instructions. Removed ARGT_XMM0. Ending IMM support with '$' 2020-03-08 16:51:17 -05:00
Void NV
d02e02fd6c CRLF Windows 2020-03-08 07:41:09 -05:00
v0x3l
2707d9e157 Asm.CC clean up 2020-03-05 20:33:39 -06:00
v0x3l
49053b326b replace if-else with switch 2020-03-05 18:18:49 -06:00
v0x3l
f497b6ac4f use arg masks in ParseAsmInst() 2020-03-05 18:16:07 -06:00
v0x3l
5af78f72cc Clean up ParseAsmInst() 2020-03-05 17:02:28 -06:00
v0x3l
3c7e7e7e3c Supposedly working SSE instructions 2020-03-04 00:29:09 -06:00
v0x3l
8e795000ce arg list reorder 2020-03-04 00:17:19 -06:00
v0x3l
470a4d5879 CAsmIns -> CAsmInst 2020-03-03 23:38:19 -06:00
v0x3l
c3c6a8c6ee arg size mask defines 2020-03-03 21:30:53 -06:00
v0x3l
c957c3e723 Replace harcoded masks with arg define masks 2020-03-03 18:04:51 -06:00
v0x3l
fa2e657452 Add PCNet driver by TomAwezome 2020-03-02 17:35:17 -06:00
v0x3l
472bc164d8 OM -> OCM 2020-03-01 15:11:22 -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
240b397f5f Merge branch 'master' of https://gitlab.com/VoidNV/zenithos 2020-02-29 20:00:13 -06:00
v0x3l
c5d8554337 Remove shift-space. 2020-02-29 19:59:50 -06:00
v0x3l
47370e8ed9 Add LICENSE 2020-02-28 22:10:27 +00:00
v0x3l
650d331697 Update README.md 2020-02-28 22:09:11 +00:00