• Joined on 2025-01-27
Karutoh pushed to main at SilverMoonStudio/Pong 2024-07-01 19:41:07 -07:00
20c6413f44 Added CI/CD.
Karutoh pushed tag v1.2.1 to SilverMoonStudio/Pong 2024-07-01 19:39:44 -07:00
Karutoh pushed to main at SilverMoonStudio/Pong 2024-07-01 19:39:44 -07:00
ee7f06efa5 Caught up with updates.
Karutoh pushed to main at SilverMoonStudio/Pong 2024-06-29 22:28:51 -07:00
d361e171fd Fixed.
Karutoh pushed to main at SilverMoonStudio/io_ehm 2024-06-26 16:51:33 -07:00
42fca1b0a3 Update __init__.py
Karutoh pushed to main at SilverMoonStudio/io_ehm 2024-03-26 20:04:20 -07:00
3ff68c37cd Test.
9c39d1de13 Fixed how strings are written.
Compare 2 commits »
Karutoh created repository SilverMoonStudio/io_ehm 2024-03-26 19:48:00 -07:00
Karutoh commented on issue gbowne1/ClassicOS#1 2024-03-25 02:22:51 -07:00
Bootloader issue fix.

HDD support added and made an Op. to jmp 0x8000:0x0000.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Stage 1 bootloader for ClassicOS ;
; -------------------------------- ;
; Determines…
Karutoh pushed to main at Karutoh/CustomHeapManager 2024-03-02 12:56:00 -08:00
6e9c27b71e Fixed runtime errors.
Karutoh closed pull request Karutoh/CustomHeapManager#5 2024-03-02 06:42:20 -08:00
This fixes the majority of the issues but mainly adds get_free_size that exists in the main() and a missing include for memcpy etc
Karutoh closed pull request Karutoh/CustomHeapManager#6 2024-03-02 06:42:16 -08:00
gbowne1-mathfix
Karutoh pushed to main at Karutoh/CustomHeapManager 2024-03-02 06:42:07 -08:00
7464c85692 Fixed a lot of errors and expanded functionality.
Karutoh created branch main in Karutoh/RPG 2024-02-22 00:33:17 -08:00
Karutoh pushed to main at Karutoh/RPG 2024-02-22 00:33:17 -08:00
a7774ed41e First commit.
Karutoh created repository Karutoh/RPG 2024-02-22 00:32:31 -08:00
Karutoh pushed to main at SilverMoonStudio/TechDemo 2024-02-20 23:08:12 -08:00
75b6eb66d3 Fixed errors.
Karutoh pushed to main at Karutoh/Compiler 2024-02-15 15:48:47 -08:00
7611688c10 Merge pull request 'Moved Over To OOP to Abstract ELF Binary Generation' (#1) from oop into main
ecf6f0512d Changed call to symTab.SetEntries(SYMH_SIZE)
53a7e6b37d Reduced complexity and added the capability of adding symbols.
8d23df86bf Fixed potential bug with program fileSize field.
669b6d66a3 Finished OOP conversion.
Compare 6 commits »
Karutoh merged pull request Karutoh/Compiler#1 2024-02-15 15:48:45 -08:00
Moved Over To OOP to Abstract ELF Binary Generation
Karutoh pushed to oop at Karutoh/Compiler 2024-02-15 15:47:49 -08:00
ecf6f0512d Changed call to symTab.SetEntries(SYMH_SIZE)
Karutoh pushed to oop at Karutoh/Compiler 2024-02-15 05:05:08 -08:00
53a7e6b37d Reduced complexity and added the capability of adding symbols.