Ciro Santilli a8d90ac777 Make osdev example more uniform with the hello world | преди 9 години | |
---|---|---|
.. | ||
Makefile | преди 9 години | |
README.md | преди 9 години | |
main.S | преди 9 години |
Hello world using the default ld
script, not an explicit one set with -T
. Uses:
-tText
.org
inside each assembly file_start
must be present to avoid a warning, since the default linker script expects itLess stable, but more convenient for quick and dirty tests.