Commit graph

878 commits

Author SHA1 Message Date
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
xmm15
82c49ad61e VideoRep spacing 2020-02-21 04:46:20 -06:00
xmm15
71cca307c2
Update README.md 2020-02-21 04:14:28 -06:00
xmm15
abedfb83d8 Add Getting Started section to README 2020-02-21 04:13:45 -06:00
xmm15
9fa2e57532 IRQ's -> IRQs. MemBIOSRep GiB ceiling
Zenith-Latest ISO now timestamped
2020-02-21 03:35:33 -06:00
xmm15
b09ee0e580 Add total memory report to MemBIOSRep 2020-02-21 02:57:37 -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
8723b39969 BIOSTotalMem function rewritten
FPS changed from 60 to 30 (temporarily)
slight font change
SYS_VBE_FINAL -> SYS_VBE_FINAL_MODE_NUM
2020-02-21 01:05:20 -06:00
xmm15
07084cf26c CRAXRBCRCXRDX -> CRAXRBXRCXRDX 2020-02-20 23:10:44 -06:00
xmm15
ff1f90a666 typo fix 2020-02-20 23:05:16 -06:00
xmm15
006bd856db Kconfig prompt space after comma 2020-02-20 21:45: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
d62fa8e71c change 'i' in font 2020-02-20 20:06:16 -06:00
xmm15
1745c7c404 Font provided by TomAwezome. Mad some changes 2020-02-20 20:01:16 -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
b4899aff61 Merge branch 'master' of github.com:xmm15/ZenithOS 2020-02-20 17:17:21 -06:00
xmm15
22ebcf251e add screenshots 2020-02-20 17:17:17 -06:00
xmm15
f85284d108
Update README.md 2020-02-19 22:43:31 -06:00
xmm15
1921c35ca3 Zenith 1.0 Release
GRScreenCapture broken, graphics palette design rewrite required.
2020-02-19 21:46:17 -06:00
xmm15
12e69c5ce6 Added several more palettes 2020-02-19 21:38:04 -06:00
xmm15
8e572c4e67 Screen resolution portion added to Kernel config
removed staff mode
2020-02-19 20:08:38 -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
a8c0bc9903 InvlPg -> InvalidatePage
remove old real-mode code
Clean up some debug functions
2020-02-19 19:04:28 -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
e4a4fe667c Raw register dump on left side of screen
Tasks start at 4/5 screen height
2020-02-19 17:52:56 -06:00
xmm15
ba94931c1b working VBE implementation. Not exactly polished. 2020-02-19 17:24:43 -06:00
xmm15
9063280cc5 very very early stage of VBE support.
Raw() not implemented yet
2020-02-19 16:30:04 -06:00
xmm15
2b5bcc8b71 HiMemCpy -> HiMemCopy. BootRAM default arg is kernel 2020-02-19 15:15:16 -06:00
xmm15
902f80e007 mon_start_days1(2) -> month_start_days(_leap) 2020-02-19 15:10:37 -06:00
xmm15
130fb30910 Potential BootRAM fix. 2020-02-19 14:57:13 -06:00
xmm15
bc5326f73d RWF -> RAWF 2020-02-19 03:08:21 -06:00
xmm15
63fbfcc42b Add VideoRep to OSTestSuite, typo fix 2020-02-19 01:22:25 -06:00
xmm15
da13d6d300 VideoRep function, RLf_VGA -> RLf_VESA 2020-02-19 01:11:54 -06:00
xmm15
008ab45596 VBE asm and definitions 2020-02-19 00:17:33 -06:00
xmm15
36737c09e1 Prs -> Parse 2020-02-18 20:10:39 -06:00
xmm15
be599728c7 Remove InsReg header stuff 2020-02-18 19:13:42 -06:00
xmm15
541b48572e FMT -> FORMAT 2020-02-18 13:51:44 -06:00
xmm15
6174135c7d Link and typo fix 2020-02-18 00:04:50 -06:00
xmm15
436e03d10c Add PopCount compiler intrinsic. Remove BCount
Remove set_bits_table
2020-02-17 23:26:23 -06:00
xmm15
9be5a44f28 Add POPCNT to assembler 2020-02-17 23:03:22 -06:00
xmm15
fce57e0a85 DirMk -> DirMake Remove Zip, Unzip, ZipRep 2020-02-17 22:45:01 -06:00
xmm15
e56c9b95d6 syntax highlighting for numbers
pci_busses -> pci_buses
2020-02-17 22:14:07 -06:00
xmm15
84ce3bb40f Added BinRep, originally found in Sup1 ISO.
hand copied.
2020-02-17 21:18:32 -06:00
xmm15
3a629bcdfc Mouse disabled in Debug mode. Added MouseEnable() 2020-02-17 20:40:12 -06:00
xmm15
bed1a6ad59
Update README.md 2020-02-17 20:23:43 -06:00
xmm15
7a66fdf3c4 Cutdown Rand functions, add RandU8 2020-02-17 20:02:37 -06:00
xmm15
f03359889c Experimental ReAlloc implementation
Stopped scrolling editor title, and blinking MENU
2020-02-17 19:30:10 -06:00
xmm15
8e6f2a4cec Seth -> Daemon 2020-02-17 17:17:33 -06:00
xmm15
6329c47dd5 TimeSet function. CMOS register defines.
added read/write functions
Cleaned up code a bit.
2020-02-17 17:09:41 -06:00