mintsuki
fa4ded924f
ZealBooter: Misc cleanup
2022-08-21 17:42:32 +02:00
TomAwezome
f2f7fa953f
Merge branch 'limine2' into limine
2022-08-21 06:41:47 -04:00
mintsuki
5f3bdc637b
Set sys_pci_buses to 256 by default
2022-08-21 10:36:14 +02:00
mintsuki
bcb830e880
ZealBooter: Misc progress
2022-08-21 10:27:19 +02:00
TomAwezome
402fa603a6
Put framebuffer members in SYS_KERNEL to match previous commit adding them to CKernel.
2022-08-20 12:29:04 -04:00
TomAwezome
ddccc7d7ff
Begin attempt to get limine framebuffer and combine it into kernel data members. TODO: update SYS_KERNEL DU members.
2022-08-20 11:46:30 -04:00
TomAwezome
a1ef3f7566
Fix merge broke zealbooter compile.
2022-08-20 10:32:39 -04:00
TomAwezome
0a3923b7b9
Merge branch limine2 into branch limine.
2022-08-20 10:27:08 -04:00
mintsuki
344de80dab
ZealBooter: Misc progress
2022-08-20 16:13:06 +02:00
TomAwezome
94779557a3
Add some matching member variables to previously stubbed CKernel struct.
2022-08-20 09:37:16 -04:00
TomAwezome
3f83de8219
Testing getting and printing a ZXE struct member variable of loaded kernel module.
2022-08-20 09:06:55 -04:00
TomAwezome
e5c33074e2
Add ZXE class header struct to zealbooter.
2022-08-20 09:05:23 -04:00
mintsuki
325160e13b
ZealBooter: Add minimal code to get kernel address
2022-08-20 02:21:36 +02:00
mintsuki
69f0f37b9b
Initial work on ZealBooter
2022-08-20 01:54:34 +02:00
TomAwezome
12201e46b6
Implement build-temp-vm-uefi-1 script that performs an additional BIOS mode reboot to allow for automatic kernel recompile before booting into UEFI mode with Limine.
2022-08-19 00:56:11 -04:00
TomAwezome
fd52452c70
Rename AUTO-VM.ISO to AUTO-VM-0.ISO.
2022-08-19 00:52:29 -04:00
TomAwezome
0b5c063985
Rename build temp vm uefi script.
2022-08-19 00:50:22 -04:00
TomAwezome
ca76b49da8
Fix build temp vm uefi mkdir parent create.
2022-08-19 00:48:36 -04:00
TomAwezome
7571ca985a
Implement initial UEFI limine temp vm build script.
2022-08-18 23:40:29 -04:00
TomAwezome
769721431c
Fix typo in temp vm build script.
2022-08-18 23:39:55 -04:00
TomAwezome
87de096d19
Implement rebuild script and AUTO-VM.ISO for rebuilding and testing code during development.
...
The build-temp-vm script will perform the same logic as the build-iso script, the only difference being it will not perform ISO extraction logic whenever the VM is closed. Changes made inside the temporary VM will NOT be preserved. The AUTO-VM bootstrap ISO (which similarly has the system and kernel rebuilding logic on boot but has the ISO generation steps removed) is created by slightly modifying the standard AutoFullDistro0.ZC script file, then using sync.sh to sync the repo contents and update the AUTO iso. Since this setup exists separate from the ISO process, the modified AUTO iso can simply be renamed to AUTO-VM.ISO and the default one re-checked out via git to restore it.
2022-08-18 22:06:50 -04:00
TomAwezome
92a36b3ada
Merge branch 'xslendix-sky-fix'
2022-06-28 22:34:40 -04:00
TomAwezome
90a43d9a85
Make Varoom sky fix work correctly on all resolutions.
2022-06-28 22:33:15 -04:00
TomAwezome
3620ff3e0a
Merge branch 'master' into sky-fix
2022-06-28 18:13:51 -04:00
TomAwezome
1f25307134
Merge pull request #59 from xslendix/meth-tests
...
Add HolyMath's tests to TestSuite
2022-05-16 03:52:37 -04:00
xSlendiX
af11396a28
Add HolyMath's tests to TestSuite
...
This commit adds HolyMath's tests (HolyMathMat4, HolyMathVec) to
the TestSuite.
2022-05-16 02:47:56 +03:00
xSlendiX
8814ca1436
ZoneOut: "Center" background and make sky adapt to those changes
...
This commit makes the background in ZoneOut "center" to the screen, as
well as fill with LTCYAN the top half of the screen to get a complete
sky, not part of it.
2022-05-16 02:24:47 +03:00
xSlendiX
f8f0c435bb
Varoom: Make sky height dynamic
...
This commit makes it so that Varoom's sky is properly rendered across
multiple resolutions. It also lowers the sun down by 10 pixels.
2022-05-16 02:23:44 +03:00
TomAwezome
ea9dab14d3
Add link to Wiki in README.
2022-05-07 21:38:43 -04:00
TomAwezome
3a37fd5e49
Update README to reflect #57 .
2022-05-07 21:24:15 -04:00
TomAwezome
3cfb7d1451
Merge pull request #57 from hardliner66/make_build_scripts_runable_from_every_directory
...
Change build scripts to be independent from the working directory
2022-05-05 06:27:52 -04:00
hardliner66
a401adb702
pass arguments to recursive call
2022-05-02 11:10:49 +02:00
hardliner66
938aafd36e
change scripts to be independent from the working directory
2022-04-29 16:07:39 +02:00
TomAwezome
f7ffa6f5e4
Change ZealOS Charter. Fix doc typos. Remove Reliability.DD.
2022-04-17 00:59:41 -04:00
TomAwezome
a5ec528fba
Invert bottom-right window border text.
2022-04-16 20:43:02 -04:00
TomAwezome
da8ca638f3
Fix some code formatting.
2022-04-16 20:17:56 -04:00
TomAwezome
d7aa45b882
Update Amicus Palette.
2022-04-16 20:11:19 -04:00
TomAwezome
63d0612e5d
Update ChangeLog with ISO9660 details.
2022-04-16 19:11:53 -04:00
TomAwezome
41e11d93b1
Merge pull request #56 from Zeal-Operating-System/iso9660
...
Add ISO9660 support from "TempleOSCD_2017-05-21T03 56 09.ISO"
2022-04-16 18:42:06 -04:00
TomAwezome
dbc29a5160
Fix IS09660 code formatting.
2022-04-16 18:31:54 -04:00
TomAwezome
eedb6b52aa
Fix IS09660 comment typo.
2022-04-16 18:24:51 -04:00
TomAwezome
872e1a1385
Fix IS09660 code formatting.
2022-04-16 17:55:26 -04:00
TomAwezome
88fe6b59ba
Fix formatting of ZealC postfix pointer casts in ISO9660 code.
2022-04-16 17:31:48 -04:00
TomAwezome
b5d80ca147
Restore ISO9660 mentions in documentation from "TempleOSCD_2017-05-21T03 56 09.ISO".
2022-04-16 17:09:18 -04:00
TomAwezome
7d80592aaa
Restore ISO9660 filesystem non-writable error checks from "TempleOSCD_2017-05-21T03 56 09.ISO".
2022-04-16 15:53:14 -04:00
TomAwezome
aa911b9a0f
Restore File Manager ISO9660 functionality.
2022-04-14 00:57:40 -04:00
TomAwezome
5bd83cd4a7
Re-add ISO9660 .ISO creation from "TempleOSCD_2017-05-21T03 56 09.ISO".
2022-04-04 00:51:26 -04:00
TomAwezome
75d5ea1ecc
Re-add ISO9660 read support from "TempleOSCD_2017-05-21T03 56 09.ISO".
2022-04-01 23:55:04 -04:00
TomAwezome
6f7288e8ed
Remove ACWords.DATA and Home/ folder from AUTO.ISO.
2022-04-01 14:21:45 -04:00
TomAwezome
675b9c1f42
Fix AHCIBootDVDProbeAll buffer read error try catch.
2022-04-01 13:01:22 -04:00