Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
rusty-loader
Commits
487cba45
Commit
487cba45
authored
May 15, 2021
by
Stefan Lankes
Browse files
start demo with our loader
parent
d37d5ac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/x86_64.yml
View file @
487cba45
name
:
Build
x86_64
name
:
Test
x86_64
on
:
push
:
...
...
@@ -76,3 +76,6 @@ jobs:
echo "LLVM Objcopy - $LLVM_OBJCOPY"
Invoke-Expression "$LLVM_OBJCOPY --strip-debug -O elf32-i386 target/x86_64-unknown-hermit-loader/debug/rusty-loader"
if
:
${{ matrix.os == 'windows-latest' }}
-
name
:
Test loader
run
:
qemu-system-x86_64 -display none -smp 1 -m 64M -serial stdio -kernel target/x86_64-unknown-hermit-loader/debug/rusty-loader -initrd data/hello_world -cpu qemu64,apic,fsgsbase,rdtscp,xsave,fxsr,rdrand
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment