Commit graph

976 commits

Author SHA1 Message Date
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
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
6bd35c55f3 Update README 2020-02-24 00:42:35 -06:00
xmm15
9120a0d71b Add bitmap mouse by TomAwesome
Add handcoded SSE instruction demo
2020-02-24 00:09:53 -06:00
xmm15
2467e31b7f Add night palette 2020-02-23 15:24:57 -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
5660626621 Refactor FU flags.
Remove FUF_Z_OR_NOT_Z, FUF_RISKY, FUF_EXPAND
Update Size1 and SizeRep1 accordingly
2020-02-23 02:36:07 -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
3c56fa3096 Add XMM8-XMM15 to compiler register list
Space out compiler lists
2020-02-23 00:44:01 -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
c7c5497a84 swap aux and vga rom font 2020-02-22 03:10:55 -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
95039cbdcf MouseEnable -> MouseHardEnable
increased cursor arrow thickness to 2
2020-02-21 17:30:17 -06:00
xmm15
390b8530dd SYS_START_CR0 definitions 2020-02-21 16:15:46 -06:00
xmm15
7644348798 Glossary remove .Z filetypes
remove unnecessary font patching
2020-02-21 16:03:12 -06:00
xmm15
11b826c61f rm Zenith-latest 2020-02-21 14:25:33 -06:00