diff options
author | Frans Kaashoek <[email protected]> | 2018-10-03 07:53:37 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2018-10-03 07:53:37 -0400 |
commit | 020fc6a1c68c9e996a8ede395acf2d61cc030f57 (patch) | |
tree | 162efbe863b13d8852472aa31137387106ef64aa | |
parent | 343080f7aefa5e5ea8834f6bec7b2ed292003357 (diff) | |
download | xv6-labs-020fc6a1c68c9e996a8ede395acf2d61cc030f57.tar.gz xv6-labs-020fc6a1c68c9e996a8ede395acf2d61cc030f57.tar.bz2 xv6-labs-020fc6a1c68c9e996a8ede395acf2d61cc030f57.zip |
don't care about bootloader
-rw-r--r-- | runoff.list | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runoff.list b/runoff.list index 2df9b81..9fdc9e0 100644 --- a/runoff.list +++ b/runoff.list @@ -72,9 +72,5 @@ usys.S init.c sh.c -# bootloader -bootasm.S -bootmain.c - # link kernel.ld |