summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-03Added TaskRep. Seth is spawned before adam.higherresnrootconauto@gmail.com
2022-11-02Added mem_task to FOpen(this solved bug with mounting a file on one `CTask` a...nrootconauto@gmail.com
2022-11-02Added some more TempleOS demo games.nrootconauto@gmail.com
2022-11-02Updated Doc interupting,updated #help_index's to point to .DD .nrootconauto@gmail.com
2022-11-02Updated `doc/` to `/DOC`. rFlags in debugger works in FreeBSD.nrootconauto@gmail.com
2022-10-30Removed unimplemented "IsInValidBlk",replaced with valid "__IsValidPtr".nrootconauto@gmail.com
2022-10-29Removed lots of warnings from runtime.c.nrootconauto@gmail.com
2022-10-27Added file truncation for FClose,implemented filetimes for Vfs on HolyC end.nrootconauto@gmail.com
2022-10-26Implemented __AwakeCore for unix.nrootconauto
2022-10-26WIN_sound centers around 0x7f(127).nrootconauto@gmail.com
2022-10-26Added AwakeCore on windows.nrootconauto
2022-10-23Added SetVolume and volume displayer at top of screen.nrootconauto
2022-10-23Fixed multicore scaling.nrootconauto@gmail.com
2022-10-22Enabled right-click-mounting,added __3DAYS__ macro.nrootconauto
2022-10-22Reloaded the Scaler and it's documentation.nrootconauto
2022-10-21Exit3Days() fixed. poopalloc.c will return NULL on bad alloc.nrootconauto
2022-10-20Inverted scroll on windows.nrootconauto
2022-10-18Listen up,I have manually parsed the memory map in /proc/self/map to find 32b...nrootconauto
2022-10-18Ammend last commit.nrootconauto
2022-10-18Made first task's heap 64bit.nrootconauto
2022-10-18Made MemPagTaskAlloc more verbose.nrootconauto
2022-10-18Signed-off-by: nrootconauto <nrootconauto@gmail.com>nrootconauto
2022-10-18Removed valid_blks,added debugging stuff.nrootconauto
2022-10-18Verbose debugging stuff. Compiles under clang.nrootconauto
2022-10-18Made primitive backtrace more vebose.nrootconauto
2022-10-18Verbose deubuging time.nrootconauto
2022-10-18Added support for prliminary backtraces from the tos_aot.c end.nrootconauto
2022-10-17Added a check for window size in WIN_window.cnrootconauto@gmail.com
2022-10-17Removed "/" after some stuff in server.nrootconauto
2022-10-17Multicore-ish scaling.nrootconauto
2022-10-17Removed char pass to Cd in Server/run.HCnrootconauto
2022-10-17Removed ChDrv,fixed server using ChDrv.nrootconauto
2022-10-16Fill's in all vertical "gaps"(hopefuly).nrootconauto@gmail.com
2022-10-15Palette updates for scaling.nrootconauto
2022-10-15Fixed bug in GrTextBase. CtrlAltX works on windows as expectednrootconauto
2022-10-15Added Scale.HCnrootconauto@gmail.com
2022-10-15Do not use. My flash drive is too slow so im pushing to GH.nrootconauto@gmail.com
2022-10-15Added (preliminary) software scaling.nrootconauto@gmail.com
2022-10-13Added preliminary scaling.nrootconauto@gmail.com
2022-10-12Added preliminary support for higher resolutionsnrootconauto@gmail.com
2022-10-11Merged main and unbroke compilation of HCRT.BINnrootconauto@gmail.com
2022-10-10Made keyboard routine have a Fs of `adam_task`nrootconauto
2022-10-08Merge branch 'main' of /home/clayton/3Daysnrootconauto@gmail.com
2022-10-08Command-line mode works again(Mount's rootfs at 'Z').nrootconauto@gmail.com
2022-10-07Made IsValidPtr wine friendly.nrootconauto
2022-10-07VirtFilesDel no longer deletes a '.' directory.nrootconauto@gmail.com
2022-10-07Uses more orthodox FILEMGR code.nrootconauto@gmail.com
2022-10-07Reworked File system.nrootconauto@gmail.com
2022-10-05Updated server. TaskValidate checks for NULL.nrootconauto@gmail.com
2022-09-27Frees task's memory on exit.nrootconauto@gmail.com