mini changes

main
Simon 6 months ago
parent 35c2667fbf
commit 6534b4660c

1
.gitignore vendored

@ -1,3 +1,4 @@
.build* .build*
/build* /build*
/tools/qemu.mk /tools/qemu.mk
/tools/remote.mk

@ -119,7 +119,7 @@ bool fetch(Key &pressed) {
pressed = key_decoder.decode(out_buffer); pressed = key_decoder.decode(out_buffer);
if (pressed.alt() || pressed.ctrl() || pressed.shift || !pressed.valid()) if (pressed.alt() || pressed.ctrl() || !pressed.valid())
return false; return false;
else else
return true; return true;

@ -1,7 +1,7 @@
# Test your system on real hardware # Test your system on real hardware
NETBOOT_LOCAL="/ibr/adm/user-boot/" NETBOOT_LOCAL="/ibr/adm/user-boot/"
NETBOOT_HOST="x1.ibr.cs.tu-bs.de" NETBOOT_HOST="y0080589@x1.ibr.cs.tu-bs.de"
# The boot menu shows pairs of `vmlinuz-*` + `initrd-*.img` with owning user and timestamp. # The boot menu shows pairs of `vmlinuz-*` + `initrd-*.img` with owning user and timestamp.
# We just need to choose a name that doesn't overlap with another user's. # We just need to choose a name that doesn't overlap with another user's.

Loading…
Cancel
Save