Initial commit

This commit is contained in:
Christian Schendel 2025-09-03 22:09:17 +02:00
commit fb3ba01e01
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
10 changed files with 1716 additions and 0 deletions

View file

@ -0,0 +1,29 @@
Adapted from:
https://github.com/ipxe/wimboot/commit/47efa60cee9d2cb702b0cd53b71d7ef46cb30735
diff -ur wimboot-2.7.3.orig/src/callback.S wimboot-2.7.3/src/callback.S
--- wimboot-2.7.3.orig/src/callback.S 2021-05-01 00:17:29.000000000 +1000
+++ wimboot-2.7.3/src/callback.S 2024-02-18 08:14:04.221954249 +1100
@@ -47,8 +47,8 @@
/** Paging bit in CR0 */
#define CR0_PG 0x80000000
- .arch i386
.code32
+ .arch i386
/* Call an arbitrary real-mode function */
.section ".text", "ax", @progbits
diff -ur wimboot-2.7.3.orig/src/startup.S wimboot-2.7.3/src/startup.S
--- wimboot-2.7.3.orig/src/startup.S 2021-05-01 00:17:29.000000000 +1000
+++ wimboot-2.7.3/src/startup.S 2024-02-18 08:02:39.764209085 +1100
@@ -31,8 +31,8 @@
#define KC_CMD 0x64
#define KC_CMD_RESET 0xfe
- .arch i386
.code32
+ .arch i386
/* Startup code */
.section ".text", "ax", @progbits