Commit Graph

41 Commits

Author SHA1 Message Date
PartialVolume
692717f27c Update README.md
typo
2023-07-09 20:56:01 +01:00
PartialVolume
848665a6ad Update README.md - note about MACs
Add information about MAC Book Pro's and how to switch terminals on a MAC.
2023-07-09 20:51:23 +01:00
PartialVolume
b6ad20b4a1 Update README.md
Add `diskutil list` as command to use when determining USB drive on a Mac.
2023-07-02 22:31:47 +01:00
PartialVolume
47e0056463 Update README.md
Prefix dd with sudo
2023-07-02 21:59:07 +01:00
PartialVolume
be673c917a Update README.md
Add link and info to procedure for creating a simple UEFI debian/ubuntu based PXE server.
2023-06-24 22:39:55 +01:00
PartialVolume
0065c63f37 Update README.md
Fix warning message rendering
2023-06-24 11:40:20 +01:00
PartialVolume
e3aae5dae5 Update README.md
Update info regarding pre-releases
2023-06-05 18:22:04 +01:00
PartialVolume
9f24ee58ff Update README.md
Added a link in the index to the discussion that's lists USB adapters that fully support ATA pass through. Full support of ATA pass through is required for correct detection of hidden sectors, real max sectors, plus the ability to perform a secure erase using the drives own firmware.
2023-03-30 12:49:43 +01:00
PartialVolume
f93220d39f Update README.md
Added link to the latest mtools packages
2023-03-24 13:46:05 +00:00
PartialVolume
34b28156da Update README.md - Internal size too bug
Added additional detail to the "Internal Size Too Big" error that can occur when compiling from source.
2023-03-24 12:38:42 +00:00
PartialVolume
898054fb08 Update README.md
When building from source, explains what your options are too fix the  "Internal Size Too Big" error.
2023-03-24 12:18:12 +00:00
PartialVolume
f890db42a4 Update README.md for notes on pre-release
Pre-release to fix AMD GPU that would not initialise due to missing firmware.
2023-03-20 23:06:07 +00:00
PartialVolume
ca23ea7bae Updated README.md with a note mentioning the preview version
v2021.08.2_23.1_x86-64_0.34 (v23.1) which includes the
missing AMDGPU and Radeon firmware amongst others.
2023-03-20 22:25:40 +00:00
PartialVolume
5bbeef3e72 Preview update: Fix DRM frame buffer with some graphics displays,
especially AMD GPU and Radeon.

Also added traceroute, heirloom mailx, ntp, nmap.

Unfortunately this increased the overal size to 103MB, I expanded
the FAT32 partition to 114MB so there is about 11MB of free space
for logs and reports.

Full list of additions.

+CONFIG_DRM_DP_AUX_CHARDEV=y
+CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM=y
+CONFIG_DRM_DP_CEC=y
+CONFIG_DRM_I2C_NXP_TDA998X=y
+CONFIG_DRM_I2C_NXP_TDA9950=y
+CONFIG_DRM_RADEON_USERPTR=y
+CONFIG_DRM_AMDGPU_SI=y
+CONFIG_DRM_AMDGPU_CIK=y
+CONFIG_DRM_AMD_DC_HDCP=y
+CONFIG_DRM_AMD_DC_SI=y
+CONFIG_HSA_AMD=y
+CONFIG_DRM_QXL=y
+CONFIG_DRM_BOCHS=y
+CONFIG_DRM_VIRTIO_GPU=y
+CONFIG_TINYDRM_HX8357D=y
+CONFIG_TINYDRM_ILI9225=y
+CONFIG_TINYDRM_ILI9341=y
+CONFIG_TINYDRM_ILI9486=y
+CONFIG_TINYDRM_MI0283QT=y
+CONFIG_TINYDRM_REPAPER=y
+CONFIG_TINYDRM_ST7586=y
+CONFIG_TINYDRM_ST7735R=y
+CONFIG_DRM_VBOXVIDEO=y
+CONFIG_FB_CIRRUS=y
+CONFIG_FB_PM2=y
+CONFIG_FB_PM2_FIFO_DISCONNECT=y
+CONFIG_FB_CYBER2000=y
+CONFIG_FB_ARC=y
+CONFIG_FB_ASILIANT=y
+CONFIG_FB_IMSTT=y
+CONFIG_FB_HGA=y
+CONFIG_FB_OPENCORES=y
+CONFIG_FB_S1D13XXX=y
+CONFIG_FB_NVIDIA=y
+CONFIG_FB_NVIDIA_I2C=y
+CONFIG_FB_RIVA=y
+CONFIG_FB_RIVA_I2C=y
+CONFIG_FB_I740=y
+CONFIG_FB_LE80578=y
+CONFIG_FB_CARILLO_RANCH=y
+CONFIG_FB_MATROX=y
+CONFIG_FB_MATROX_MILLENIUM=y
+CONFIG_FB_MATROX_MYSTIQUE=y
+CONFIG_FB_MATROX_G=y
+CONFIG_FB_MATROX_I2C=y
+CONFIG_FB_MATROX_MAVEN=y
+CONFIG_FB_RADEON=y
+CONFIG_FB_ATY128=y
+CONFIG_FB_ATY=y
+CONFIG_FB_ATY_CT=y
+CONFIG_FB_ATY_GENERIC_LCD=y
+CONFIG_FB_ATY_GX=y
+CONFIG_FB_S3=y
+CONFIG_FB_SAVAGE=y
+CONFIG_FB_SAVAGE_I2C=y
+CONFIG_FB_SAVAGE_ACCEL=y
+CONFIG_FB_SIS=y
+CONFIG_FB_SIS_300=y
+CONFIG_FB_SIS_315=y
+CONFIG_FB_VIA=y
+CONFIG_FB_NEOMAGIC=y
+CONFIG_FB_KYRO=y
+CONFIG_FB_3DFX=y
+CONFIG_FB_3DFX_ACCEL=y
+CONFIG_FB_VOODOO1=y
+CONFIG_FB_VT8623=y
+CONFIG_FB_TRIDENT=y
+CONFIG_FB_ARK=y
+CONFIG_FB_PM3=y
+CONFIG_FB_CARMINE=y
+CONFIG_FB_SM501=y
+CONFIG_FB_SMSCUFX=y
+CONFIG_FB_UDL=y
+CONFIG_FB_IBM_GXT4500=y
+CONFIG_FB_VIRTUAL=y
+CONFIG_FB_METRONOME=y
+CONFIG_FB_MB862XX=y
+CONFIG_FB_SM712=y

+2021.08.2_23.1_x86-64_0.34

+BR2_PACKAGE_LINUX_FIRMWARE_AMDGPU=y
+BR2_PACKAGE_LINUX_FIRMWARE_I915=y
+BR2_PACKAGE_LINUX_FIRMWARE_RADEON=y
+BR2_PACKAGE_LINUX_FIRMWARE_QCOM_VENUS=y
+BR2_PACKAGE_LINUX_FIRMWARE_QCOM_ADRENO=y
+BR2_PACKAGE_LINUX_FIRMWARE_MFC_V8=y

+BR2_PACKAGE_HEIRLOOM_MAILX=y
+BR2_PACKAGE_NMAP=y
+BR2_PACKAGE_NTP=y
+BR2_PACKAGE_NTP_NTPDATE=y
+BR2_PACKAGE_TRACEROUTE=y
2023-03-20 21:57:07 +00:00
PartialVolume
5a65319636 Update README.md regarding HPA/DCO 2023-03-07 20:39:03 +00:00
PartialVolume
f48a9836bd Update README.md - update another link 2023-02-05 23:28:11 +00:00
PartialVolume
161a104894 Update README.md - fix link
Fix the link in the recently added instructions regarding setfont
2023-02-05 22:45:33 +00:00
PartialVolume
dfebcfa305 Update README.md - setfont
Added instructions for doubling the font size if you are using a high resolution monitor and you find the font size is too small.
2023-02-05 22:41:22 +00:00
PartialVolume
4fdf1c0671 Update README.md re auto transfer of nwipe logs
Update text regarding a new feature in ShredOS that automatically copies nwipe log files to FAT32 USB flash drive.
2023-01-06 00:52:04 +00:00
PartialVolume
9044a14fa3 Update README.md with download link to 32bit .iso 2023-01-05 00:33:18 +00:00
PartialVolume
371b78b63e Update README.md with 32 bit .img download link 2023-01-04 22:43:03 +00:00
PartialVolume
0b2990b97d Update README.md -
Improve intro.
2023-01-04 22:10:22 +00:00
PartialVolume
f7b19174b0 Update README.md re: 32 bit code
I've deleted the Shredos i686 repository as it was outdated, duplicated content in ShredOS.x86_64 and a waste of time maintaining two separate repositories that were almost identical. Instead I will be adding instructions on how modify the ShredOS.x86_64 build so that it generates 32 bit code and .iso files for those that wish to build from source.
2023-01-04 21:50:56 +00:00
PartialVolume
00fcfe80b1 Update README.md with .iso download link 2023-01-02 21:59:34 +00:00
PartialVolume
01acc3459e Update README.md with updated download link table 2023-01-01 23:02:22 +00:00
wikijm
9701abc85b Remove unnecessary URLs
Based on https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#section-links, URL to the repo is not required, only section name is.
By removing URL of the project, repo can be fork and section links will work as expected.
2022-07-05 11:38:17 +02:00
wikijm
589353b3ff Add VENTOY for Multi OS 2022-07-05 11:31:53 +02:00
PartialVolume
651f9a23e2 Update README.md
Make use of warning symbol markup.
2022-05-29 14:41:31 +01:00
PartialVolume
39451bbe8d Update README.md
warning about HDA and recommend running hdparm before wiping.
2022-05-29 11:38:05 +01:00
PartialVolume
0acd90eae0 Update README.md
Updated README.md index
2022-03-24 22:48:06 +00:00
PartialVolume
14ca04c35c Update README.md, more file details
Further detail on ShredOS files
2022-03-24 22:41:10 +00:00
PartialVolume
0c59f8055c Updated README.md with file details
Added further information regarding ShredOS specific files for those interested in building and modifying ShredOS from source.
2022-03-24 12:26:09 +00:00
PartialVolume
ca80a1dc08 Update README.md removed the based on buildroot
Removed the 'based on Buildroot' section which duplicates some information found elsewhere in the README.md
2022-03-23 22:23:54 +00:00
PartialVolume
398de53d9e Updated README.md with updates to content links
Update the contents table with links to the ShredOS specific files used when building from source.
2022-03-23 22:04:30 +00:00
PartialVolume
2ec41232ba Update README.md with more build file info.
Add more information about specific files in the buildroot software that are ShredOS specific.
2022-03-23 21:38:35 +00:00
PartialVolume
ee8ebac096 Update README.md with build procedure detail.
In particular, I've added the pre-requisite software that needs to be installed prior to building ShredOS.

More info to follow regarding the structure of ShredOS and ShredOS specific files, their purpose and locations.
@Firminator @jeho2a
2022-03-22 22:30:01 +00:00
PartialVolume
d53cd04dfc Updated README.md
Removed two download counters as they didn't measure the sum of the .img and .iso downloads for the current version. These individual file download counters exist in the release section.
2022-02-21 00:41:09 +00:00
PartialVolume
cd3be01500 Updated README.md after forced push to reset history to start of v2021.08.2 update 2022-02-20 23:24:28 +00:00
PartialVolume
ddf7e7539e Update for social media info 2021-11-28 14:59:05 +00:00
PartialVolume
d5db6d17c4 Added the images folder and files, updated README.md 2021-11-27 16:05:31 +00:00
PartialVolume
49625f0571 First commit of Shredos v2021.08.2_19_x86-64_0.32.014 2021-11-23 23:01:30 +00:00