Skip to content

Commit

Permalink
Merge pull request #3 from guest123guest/Bootcoderewrite
Browse files Browse the repository at this point in the history
Bootcoderewrite
  • Loading branch information
guest123guest authored Feb 9, 2019
2 parents df118a2 + 6af8b0f commit 5cf7544
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions boot.asm
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
// Windows 11
findcpu Mos 2502
orelse
findcpu Intel X96
or else
print "UNSUPPORTED CPU"
then
include "c:\windows\system32\bootsound.asm"
iffound
include "c:\windows\asm\sound.asm"
iffound
boot
include "c:\windows\winvercode.asm"
iffound
start "c:\windows\kernel.exe"
start "c:\windows\system.exe"
start "c:\autoexec.bat"

// Windows 11

If version = "COREOS"
Expand Down

0 comments on commit 5cf7544

Please sign in to comment.