瀏覽代碼

Better screenshots? (at 2:45 AM) (^;

refactor32
Jakob Kjær-Kammersgaard 5 年之前
父節點
當前提交
df06daef9d
共有 8 個檔案被更改,包括 9 行新增9 行删除
  1. 二進制
      ColoredCircle.png
  2. +4
    -4
      README.md
  3. 二進制
      SingSvimEdit.png
  4. 二進制
      SingSvimList.png
  5. +5
    -5
      build.sh
  6. 二進制
      screenshots/Sing32ColoredCircles.png
  7. +0
    -0
      screenshots/SingJustBooted.png
  8. 二進制
      screenshots/SingSvimEdit.png

二進制
ColoredCircle.png 查看文件

Before After
Width: 720  |  Height: 400  |  Size: 48 KiB

+ 4
- 4
README.md 查看文件

@ -1,5 +1,5 @@
# SingOS # SingOS
![Screenshot - just booted](SingJustBooted.png)
![Screenshot - just booted](screenshots/SingJustBooted.png)
SingOS is a single task operating system. SingOS is a single task operating system.
@ -12,8 +12,8 @@ It will also be posible to switch between 16, 32 and 64-bit mode
such that anything on very low level can be tested. such that anything on very low level can be tested.
## Screenshots ## Screenshots
![Screenshot - svim edit](SingSvimEdit.png)
![Screenshot - colored circle](ColoredCircle.png)
![Screenshot - svim edit](screenshots/SingSvimEdit.png)
![Screenshot - colored circle](screenshots/Sing32ColoredCircles.png)
## Build Instructions ## Build Instructions
You can build and run the OS with following command You can build and run the OS with following command
@ -48,4 +48,4 @@ If you want to run SingOS on real hardware we recommend running it from a usb th
sudo dd if=/<PATH TO SING OS>/SingOS.img of=/dev/<DEVICE NUMBER FOR USB DRIVE> status=progress oflag=sync sudo dd if=/<PATH TO SING OS>/SingOS.img of=/dev/<DEVICE NUMBER FOR USB DRIVE> status=progress oflag=sync
``` ```
Now, plug the drive in any x86 pc with BIOS support, push the power button, and enjoy! (^:
Now, plug the drive in any x86 pc with BIOS support, push the power button, and enjoy! (^:

二進制
SingSvimEdit.png 查看文件

Before After
Width: 720  |  Height: 400  |  Size: 2.9 KiB

二進制
SingSvimList.png 查看文件

Before After
Width: 720  |  Height: 400  |  Size: 4.6 KiB

+ 5
- 5
build.sh 查看文件

@ -1,13 +1,13 @@
#!/bin/bash #!/bin/bash
if [ "$1" != "run" ]; then if [ "$1" != "run" ]; then
nasm -fbin bootloader.nasm -o bootloader.bin
nasm -fbin vbr.nasm -o vbr.bin
nasm -fbin filesystems/lsfs/test_lsfs.nasm -o lsfs.bin
nasm -fbin kernel.nasm -o kernel.bin
nasm -fbin bootloader.nasm -o bootloader.bin && \
nasm -fbin vbr.nasm -o vbr.bin && \
nasm -fbin filesystems/lsfs/test_lsfs.nasm -o lsfs.bin && \
nasm -fbin kernel.nasm -o kernel.bin && \
cat bootloader.bin vbr.bin lsfs.bin kernel.bin > SingOS.img cat bootloader.bin vbr.bin lsfs.bin kernel.bin > SingOS.img
fi fi
if [ "$1" != "make" ]; then if [ "$1" != "make" ]; then
qemu-system-x86_64 -drive index=0,format=raw,file=SingOS.img
qemu-system-x86_64.exe -drive index=0,format=raw,file=SingOS.img
fi fi

二進制
screenshots/Sing32ColoredCircles.png 查看文件

Before After
Width: 1043  |  Height: 794  |  Size: 90 KiB

SingJustBooted.png → screenshots/SingJustBooted.png 查看文件


二進制
screenshots/SingSvimEdit.png 查看文件

Before After
Width: 1157  |  Height: 607  |  Size: 30 KiB

Loading…
取消
儲存