Commit graph

859 commits

Author SHA1 Message Date
slendi
9a64496c97
Add GitHub actions build script
This patch adds a way to build on pull requests and pushes ISOs each
time. This js really convinient for people that do not wish to go
through the build process which may be because they cannkt do it for
some reason or another.

Signed-off-by: slendi <slendi@socopon.com>
2023-03-02 16:43:14 +02:00
slendi
a350141d45
Modify build script for automatic feature detection
This commit modified the build script so that it does not require the
user to edit it. It automatically detects sudo or doas and whether
virrualization is available or not.

Signed-off-by: slendi <slendi@socopon.com>
2023-03-02 16:43:10 +02:00
チャールズ
e65f27c46d
Merge pull request #93 from tinkeros/cf-mouse-fix
Add support for user apps to capture raw mouse data and mouse support to Castle Frankenstein
2023-02-25 16:35:04 -05:00
tinkeros
c59e87318f Add Castle Frankenstein mouse aim support and kernel user mouse function 2023-01-25 21:12:07 -06:00
TomAwezome
b14b485716 Document Slapparoo's FreeAll implementation in ChangeLog.DD. 2022-12-21 03:43:23 -05:00
TomAwezome
bddebe8e44 Merge branch 'Slapparoo-malloc-freeall' 2022-12-21 03:33:46 -05:00
TomAwezome
6d6c059f38 Fix FreeAll PR formatting. 2022-12-21 03:33:23 -05:00
TomAwezome
1a9aba3ab7
Merge branch 'master' into malloc-freeall 2022-12-21 03:28:38 -05:00
TomAwezome
2c551f06e7 Merge branch 'tinkeros-pcnet-fixes-for-real-hw' 2022-12-21 03:24:10 -05:00
TomAwezome
113961a0d9 Fix PCNet PR formatting. 2022-12-21 03:23:47 -05:00
tinkeros
aa1066c5bb Fix PCNet driver for real hardware usage
Align memory buffers
Delay enabling interrupts until config is complete
Adds functions to Read/Write BCR registers
Configures link related BCR registers
2022-12-20 14:44:11 -06:00
Slapparoo
ff2bbca1ab Convenience method FreeAll 2022-12-19 22:32:49 +13:00
TomAwezome
777203d952
Merge pull request #79 from tinkeros/misc-pcnet-fixes
Fix driver uncached alias and Bt function usage
2022-12-15 18:04:04 -05:00
tinkeros
c6dde79a8b Fix driver uncached alias and Bt function usage 2022-12-13 20:29:32 -06:00
TomAwezome
8b22252b73 Merge branch 'tinkeros-fix-pcnet-mac' 2022-12-13 03:26:44 -05:00
TomAwezome
17a0888997 Add newline for formatting in PCNet code. 2022-12-13 03:25:53 -05:00
tinkeros
67e54cdf1f Fix PCNetMACGet function 2022-12-11 20:59:54 -06:00
TomAwezome
1d778f6322
Merge pull request #77 from tinkeros/parameterize-qemu-path
Add QEMU_BIN_PATH variable
2022-12-11 20:48:11 -05:00
tinkeros
f4c5814c4b Add QEMU_BIN_PATH variable 2022-12-11 19:08:55 -06:00
TomAwezome
946c51fa4d Fix GrFixZoomScale gr.sx 8 pixel offset lock. 2022-11-30 20:09:04 -05:00
TomAwezome
618c989821
Merge pull request #75 from doodayev/patch-2
More vocabulary to ScriptConverter (feat. Anfinonty)
2022-11-25 20:01:16 -05:00
TomAwezome
8ddff7d2a7
Revise comment wording, add newline 2022-11-25 20:00:53 -05:00
TomAwezome
43f7974dcb
Remove dup replacement from ConversionScript 2022-11-25 19:55:25 -05:00
Sharoy Veduchi
fbc9139d94
Three more things
These additions got the TempleOS intro in the code scraps to work
2022-11-25 01:01:48 -08:00
Sharoy Veduchi
37a02808ba
More vocabulary to ScriptConverter (feat. Anfintony)
With Anfintony's permission I've taken these from his ZealAutoInstall and added them here so that the chance of a HolyC program being converted and run properly goes up.
2022-11-24 22:28:17 -08:00
TomAwezome
eb991f5a83
Merge pull request #64 from Zeal-Operating-System/limine
Add UEFI support.
2022-11-03 21:07:37 -04:00
TomAwezome
20823dda8e Update screenshot2.png and screenshot3.png 2022-11-03 17:41:15 -04:00
TomAwezome
bbbd3618e1
Update DiskCDDVD.ZC 2022-11-03 17:06:56 -04:00
TomAwezome
d8ec17ca9b
Update DiskCDDVD.ZC 2022-11-03 17:05:14 -04:00
TomAwezome
902364227f Rename 'our_type' to 'zeal_mem_type' in zealbooter.c 2022-11-03 16:42:47 -04:00
TomAwezome
e7e095ca89
Update GNUmakefile 2022-11-03 16:32:16 -04:00
TomAwezome
95954cfcc8 Rebuild AUTO.ISO 2022-11-03 14:43:49 -04:00
TomAwezome
50b4207a5e Update Define.ZC 2022-11-03 14:43:36 -04:00
TomAwezome
e3bee1c738 Make build script build Public Domain ISO even if ZealBooter-Limine UEFI BSD-2 ISO fails to build. 2022-11-03 13:51:38 -04:00
TomAwezome
c179521dc3 Replace zealbooter.c magic number signature with #define vals. 2022-11-03 13:39:24 -04:00
TomAwezome
0966bc375a Replace ZealBooter-Limine magic number signature with #define vals. 2022-11-03 13:34:01 -04:00
TomAwezome
00bb30855d Change PCI device list function organization to make it as simple as possible to update with modern PCIDeviceList repo. ( https://www.github.com/Zeal-Operating-System/PCIDeviceList ) 2022-11-03 13:16:48 -04:00
TomAwezome
c37d26d621
Update Diff.ZC 2022-11-02 23:42:33 -04:00
TomAwezome
2cb4d56ca6 Lower DiffSub debug RawPrint time. 2022-11-02 23:16:27 -04:00
TomAwezome
34b6afb2f3 Update ChangeLog.DD 2022-11-02 23:15:59 -04:00
TomAwezome
572c36509b Implement old MBR saving in LimineMHDIns. 2022-11-02 15:30:08 -04:00
TomAwezome
f02a3c844f Change BootMHDOldRead and BootMHDOldWrite to not use hardcoded 512 byte single-block count, but to instead take an optional new 'size' function argument, and to read OldMBR.BIN filesize to determine MBR+gap destination write size, respectively. 2022-11-02 15:29:43 -04:00
TomAwezome
e8d87009a9 Make build process work offline IF it was previously built with internet connection at least once. 2022-11-02 13:38:49 -04:00
TomAwezome
68f4fad430 Make OSInstall delete Limine.CFG before regenerating it. 2022-11-01 15:43:05 -04:00
TomAwezome
61698d45ab
Merge branch 'master' into limine 2022-11-01 15:03:38 -04:00
TomAwezome
f256afb8b2 Update FAQ.DD, Strategy.DD 2022-11-01 13:17:27 -04:00
TomAwezome
bab88689b3 Update ChangeLog. 2022-10-31 04:40:44 -04:00
TomAwezome
c2dab06c7d Fix and update Windows build script. 2022-10-31 04:30:57 -04:00
TomAwezome
494cb75484 Renumber AutoFullDistro filenames. 2022-10-31 03:39:33 -04:00
TomAwezome
0cfaff51b9 Change build system to copy all files to Tmp/OSBuild, then perform build inside OS using reboots without using host script to repeatedly power off and on again. 2022-10-31 03:15:57 -04:00