Reading files from disk

- Modified makefile to start the virtualbox vm on `make run`
- Listing files in rootdirectory with their properties and
	content
This commit is contained in:
2021-12-27 19:35:24 +01:00
parent b8d75dddae
commit 19b9cfe908
6 changed files with 148 additions and 48 deletions

View File

@ -50,7 +50,9 @@ iso: clean_iso clean build
cp build/myos.bin root/boot/myos.bin
cp src/grub.cfg root/boot/grub/grub.cfg
grub-mkrescue -o build/barinkOS.iso root
run: all
virtualboxvm --startvm "BarinkOS_test"
test:
$(EMULATOR) -kernel $(BUILD_DIR)/myos.bin -serial stdio -vga std -display gtk -m 2G -cpu core2duo