git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: lru eviction policy on page caches
[lunaix-os.git]
/
lunaix-os
/
makefile
diff --git
a/lunaix-os/makefile
b/lunaix-os/makefile
index b997ccc3165f09c456215f6a0f57791060e67bd6..879304b38d92c155836316dccd879d81bc14f4b5 100644
(file)
--- a/
lunaix-os/makefile
+++ b/
lunaix-os/makefile
@@
-48,7
+48,7
@@
all-debug: clean $(BUILD_DIR)/$(OS_ISO)
clean:
@rm -rf $(BUILD_DIR) || exit 1
- @sleep
2
+ @sleep
1
run: $(BUILD_DIR)/$(OS_ISO)
@qemu-system-i386 -cdrom $(BUILD_DIR)/$(OS_ISO) $(QEMU_OPTIONS)